From: Kees Monshouwer Date: Tue, 29 Mar 2016 08:51:16 +0000 (+0200) Subject: enable travis root zone tests for gsql backends X-Git-Tag: dnsdist-1.0.0-beta1~28^2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fae09e0fbd7a91d93e9d886e7c7e983c3caf758c;p=thirdparty%2Fpdns.git enable travis root zone tests for gsql backends --- diff --git a/.travis.yml b/.travis.yml index bb4e1f525b..52cf438158 100644 --- a/.travis.yml +++ b/.travis.yml @@ -269,24 +269,21 @@ script: - ./timestamp ./start-test-stop 5300 gmysql-nodnssec-both - ./timestamp ./start-test-stop 5300 gmysql-both -#FIXME 400, NSEC3 record synthesis for root zones is broken -# - ./timestamp ./start-test-stop 5300 gmysql-nsec3-both -# - ./timestamp ./start-test-stop 5300 gmysql-nsec3-optout-both -# - ./timestamp ./start-test-stop 5300 gmysql-nsec3-narrow + - ./timestamp ./start-test-stop 5300 gmysql-nsec3-both + - ./timestamp ./start-test-stop 5300 gmysql-nsec3-optout-both + - ./timestamp ./start-test-stop 5300 gmysql-nsec3-narrow - ./timestamp ./start-test-stop 5300 gpgsql-nodnssec-both - ./timestamp ./start-test-stop 5300 gpgsql-both -#FIXME 400, NSEC3 record synthesis for root zones is broken -# - ./timestamp ./start-test-stop 5300 gpgsql-nsec3-both -# - ./timestamp ./start-test-stop 5300 gpgsql-nsec3-optout-both -# - ./timestamp ./start-test-stop 5300 gpgsql-nsec3-narrow + - ./timestamp ./start-test-stop 5300 gpgsql-nsec3-both + - ./timestamp ./start-test-stop 5300 gpgsql-nsec3-optout-both + - ./timestamp ./start-test-stop 5300 gpgsql-nsec3-narrow - ./timestamp ./start-test-stop 5300 gsqlite3-nodnssec-both - ./timestamp ./start-test-stop 5300 gsqlite3-both -#FIXME 400, NSEC3 record synthesis for root zones is broken -# - ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-both -# - ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-optout-both -# - ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-narrow + - ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-both + - ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-optout-both + - ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-narrow - cd ..