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

Jim Brandt jbrandt at bestpractical.com
Thu Dec 24 10:26:48 EST 2020


The branch 4.4/add-postgresql-apache-fcgid-tests2 was deleted and repushed:
       was fccf7331731140b71c77e989bbdf05dc829bfdb8
       now 927b6a67f1234c91d8e47ce9a83e5e36cd75eeab

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: fccf733173 ! 8: 927b6a67f1 Add parallel travis SQLite test run with RTs web server
    @@ -31,7 +31,8 @@
     +      - docker build -t rt-base .
     +      - docker run -d -v $TRAVIS_BUILD_DIR:/rt --name rt rt-base
     +      - docker ps -a
    -+      - docker exec -it rt bash -c "cd /rt && ./configure.ac --with-db-type=SQLite --with-my-user-group --enable-layout=inplace --enable-developer --enable-externalauth --enable-gpg --enable-smime && mkdir -p /rt/var && make testdeps"
    ++      - docker exec -it rt bash -c "chown -R rt-user /rt"
    ++      - docker exec -e USER=rt-user -u rt-user -it rt bash -c "cd /rt && ./configure.ac --with-db-type=SQLite --with-my-user-group --enable-layout=inplace --enable-developer --enable-externalauth --enable-gpg --enable-smime && mkdir -p /rt/var && make testdeps"
      
     -script:
     -    - docker exec -u rt-user -it rt bash -c "cd /rt && prove -lj8 t/*"



More information about the rt-commit mailing list