[Rt-commit] rt branch, 4.4/add-postgresql-apache-fcgid-tests2, repushed

Jim Brandt jbrandt at bestpractical.com
Thu Dec 24 13:19:27 EST 2020


The branch 4.4/add-postgresql-apache-fcgid-tests2 was deleted and repushed:
       was 2566a6bdb41840ac6409457433ec74885ee3f260
       now 5e6f4cbc5a2b19f33416235d8590f13ef2351083

1: b1c8847a7f = 1: b1c8847a7f Enable gpg tests for RT 4.4 testing
2: cf3a1b6fc2 = 2: cf3a1b6fc2 No need to show "Preferred GnuPG key" if GnuPG is not enabled
3: 48ba36c747 = 3: 48ba36c747 Add support for Apache with mod_fcgid
4: 7c0adef5e9 = 4: 7c0adef5e9 Run docker tests with Apache
5: 8d8cb3eaf7 = 5: 8d8cb3eaf7 Suppress Apache missing ServerName warning during startup
6: a1fcf06a53 = 6: a1fcf06a53 Lower parallel count to test reducing test time
7: f7de6bbf19 = 7: f7de6bbf19 Use prefork since that is the preferred mpm for RT
8: 927b6a67f1 = 8: 927b6a67f1 Add parallel travis SQLite test run with RTs web server
9: 2566a6bdb4 ! 9: 5e6f4cbc5a Add postgres with Apache test to travis
    @@ -34,3 +34,25 @@
     +
     +    script:
     +        - docker exec -u rt-user -it rt bash -c "cd /rt && prove -lj8 t/*"
    +
    +diff --git a/Dockerfile b/Dockerfile
    +--- a/Dockerfile
    ++++ b/Dockerfile
    +@@
    + 
    + ENV RT_TEST_PARALLEL 1
    + ENV RT_TEST_DEVEL 1
    +-ENV RT_DBA_USER root
    +-ENV RT_DBA_PASSWORD password
    + ENV RT_TEST_DB_HOST=172.17.0.2
    + ENV RT_TEST_RT_HOST=172.17.0.3
    + 
    +@@
    + #ENV HTTPD_ROOT=/etc/apache2
    + #ENV RT_TEST_APACHE=/usr/sbin/apache2
    + #ENV RT_TEST_APACHE_MODULES=/usr/lib/apache2/modules
    ++#ENV RT_DBA_USER=root
    ++#ENV RT_DBA_PASSWORD=password
    + 
    + # Add the rt_test user (required by mod_fcgid tests)
    + RUN adduser --disabled-password --gecos "" rt-user



More information about the rt-commit mailing list