]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
travis: add verbose config to perl test suite for Ubuntu Worker All Modules
authorLuca Toscano <elukey@apache.org>
Mon, 6 Jan 2020 18:28:45 +0000 (18:28 +0000)
committerLuca Toscano <elukey@apache.org>
Mon, 6 Jan 2020 18:28:45 +0000 (18:28 +0000)
For some reason we get sporadic failures only in Ubuntu Worker All Modules' test:

t/apache/rwrite.t ................... 53/? # Failed test 113 in /home/travis/build/apache/httpd/test/perl-framework/blib/lib/Apache/TestCommon.pm at line 56 fail #113
t/apache/rwrite.t ................... Failed 1/114 subtests

Recent examples:
https://travis-ci.org/apache/httpd/jobs/632425202
https://travis-ci.org/apache/httpd/jobs/633250739

Add "-verbose" as test option to capture more data about the failure
when it happens.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872389 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index acb49cb66d79a278951b42277f48e89fc84eb526..6025a2e942b6b754052bfc968b7c1c13253de452 100644 (file)
@@ -55,6 +55,7 @@ matrix:
     # -------------------------------------------------------------------------
     - name: Linux Ubuntu, Worker MPM, all-modules
       env: CONFIG="--enable-mods-shared=reallyall --with-mpm=worker"
+           TEST_ARGS="-verbose"
     # -------------------------------------------------------------------------
     - name: Linux Ubuntu, Shared MPMs, all-modules
       env: CONFIG="--enable-mods-shared=reallyall --enable-mpms-shared=all"