Skip to content

Commit

Permalink
enable travis root zone tests for gsql backends
Browse files Browse the repository at this point in the history
  • Loading branch information
mind04 committed Mar 29, 2016
1 parent 74d7355 commit fae09e0
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .travis.yml
Expand Up @@ -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 ..

Expand Down

0 comments on commit fae09e0

Please sign in to comment.