From: Kees Monshouwer Date: Tue, 3 Sep 2013 13:40:01 +0000 (+0200) Subject: add gsqlite tests to travis and remove cache tests to save some time X-Git-Tag: rec-3.6.0-rc1~453^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef5f8569ff16809256ad38a2fd19f69e1b68ebff;p=pdns add gsqlite tests to travis and remove cache tests to save some time --- diff --git a/.travis.yml b/.travis.yml index feed835b8..dc4e4e69b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_script: - sudo restart mysql script: - ./bootstrap - - ./configure --with-modules='pipe remote gmysql tinydns random mydns' --with-sqlite3 --enable-unit-tests --enable-remotebackend-http + - ./configure --with-modules='gmysql gsqlite3 mydns tinydns remote random' --enable-unit-tests --enable-remotebackend-http - make dist - make -j 4 - make check @@ -26,7 +26,7 @@ script: - ./start-test-stop 5300 bind-dnssec-nsec3 - ./start-test-stop 5300 bind-dnssec-nsec3-presigned - ./start-test-stop 5300 bind-dnssec-nsec3-optout - - ./start-test-stop 5300 bind-dnssec-nsec3-optout-presigned + - ./start-test-stop 5300 bind-dnssec-nsec3-optout-presigned - ./start-test-stop 5300 gmysql-nodnssec - ./start-test-stop 5300 gmysql-nodnssec-presigned - ./start-test-stop 5300 gmysql @@ -34,19 +34,21 @@ script: - ./start-test-stop 5300 gmysql-nsec3 - ./start-test-stop 5300 gmysql-nsec3-presigned - ./start-test-stop 5300 gmysql-nsec3-optout - - ./start-test-stop 5300 gmysql-nsec3-optout-presigned + - ./start-test-stop 5300 gmysql-nsec3-optout-presigned - ./start-test-stop 5300 gmysql-nsec3-narrow - - ./start-test-stop 5300 tinydns + - ./start-test-stop 5300 gsqlite3-nodnssec + - ./start-test-stop 5300 gsqlite3-nodnssec-presigned + - ./start-test-stop 5300 gsqlite3 + - ./start-test-stop 5300 gsqlite3-presigned + - ./start-test-stop 5300 gsqlite3-nsec3 + - ./start-test-stop 5300 gsqlite3-nsec3-presigned + - ./start-test-stop 5300 gsqlite3-nsec3-optout + - ./start-test-stop 5300 gsqlite3-nsec3-optout-presigned + - ./start-test-stop 5300 gsqlite3-nsec3-narrow + - ./start-test-stop 5300 mydns + - ./start-test-stop 5300 tinydns - ./start-test-stop 5300 remotebackend-pipe - ./start-test-stop 5300 remotebackend-pipe-dnssec - - ./start-test-stop 5300 gmysql nowait 3600 - - ./start-test-stop 5300 gmysql-presigned nowait 3600 - - ./start-test-stop 5300 gmysql-nsec3 nowait 3600 - - ./start-test-stop 5300 gmysql-nsec3-presigned nowait 3600 - - ./start-test-stop 5300 gmysql-nsec3-narrow nowait 3600 - - ./start-test-stop 5300 gmysql-nsec3-optout nowait 3600 - - ./start-test-stop 5300 gmysql-nsec3-optout-presigned nowait 3600 - - ./start-test-stop 5300 mydns - cd ../regression-tests.nobackend/ - ./runtests - test ! -s ./failed_tests