]> granicus.if.org Git - pdns/commitdiff
enable travis root zone tests for gsql backends
authorKees Monshouwer <mind04@monshouwer.org>
Tue, 29 Mar 2016 08:51:16 +0000 (10:51 +0200)
committermind04 <mind04@monshouwer.org>
Tue, 29 Mar 2016 08:51:16 +0000 (10:51 +0200)
.travis.yml

index bb4e1f525b679f8b9a1693f2a19fff88f347158a..52cf43815836bae79c63abd92ad9c60fc9eae932 100644 (file)
@@ -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 ..