- sudo restart mysql
script:
- ./bootstrap
- - ./configure --with-modules='gmysql tinydns random' --with-sqlite3 --enable-unit-tests
+ - ./configure --with-modules='gmysql mydns tinydns random' --with-sqlite3 --enable-unit-tests
- make dist
- make -j 4
- cd pdns
- make
- cd ../../regression-tests
- touch verify-dnssec-zone/skip
+ - ./start-test-stop 5300 gmysql-nsec3-narrow
- ./start-test-stop 5300 bind
- ./start-test-stop 5300 bind-presigned
- ./start-test-stop 5300 bind-dnssec
- ./start-test-stop 5300 gmysql-nsec3-optout
- ./start-test-stop 5300 gmysql-nsec3-optout-presigned
- ./start-test-stop 5300 gmysql-nsec3-narrow
- - ./start-test-stop 5300 tinydns
+ - ./start-test-stop 5300 tinydns
+ - ./start-test-stop 5300 mydns
+ - ./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
- cd ../regression-tests.nobackend/
- ./runtests
- test ! -s ./failed_tests