From fae09e0fbd7a91d93e9d886e7c7e983c3caf758c Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Tue, 29 Mar 2016 10:51:16 +0200 Subject: [PATCH] enable travis root zone tests for gsql backends --- .travis.yml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index bb4e1f525..52cf43815 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 .. -- 2.40.0