]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add mysql tests
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 9 Apr 2019 12:26:05 +0000 (14:26 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 6 May 2019 09:46:50 +0000 (11:46 +0200)
.circleci/config.yml

index a095b698390888dd4fa5575a73d1084adf3c041e..f83d8a47f53841f2884f0d21d8e98a4c6dad47f2 100644 (file)
@@ -334,6 +334,31 @@ jobs:
           context: godbc_mssql-nsec3-narrow
           skip: 8bit-txt-unescaped
 
+  test-auth-regress-gmysql:
+    docker:
+      - image: debian:stretch
+      - image: circleci/mysql:5
+    steps:
+      - auth-regress-setup
+      - run:
+          command: apt-get install -qq -y default-mysql-client
+      - run:
+          command: |
+            cat >> ~/.my.cnf \<<- __EOF__
+             [client]
+             protocol=TCP
+            __EOF__
+      - auth-regress:
+          context: gmysql-nodnssec-both
+      - auth-regress:
+          context: gmysql-both
+      - auth-regress:
+          context: gmysql-nsec3-both
+      - auth-regress:
+          context: gmysql-nsec3-optout-both
+      - auth-regress:
+          context: gmysql-nsec3-narrow
+
   build-recursor:
     docker:
       - image: debian:stretch
@@ -482,6 +507,9 @@ workflows:
       - test-auth-regress-odbc-mssql:
           requires:
             - build-auth
+      - test-auth-regress-gmysql:
+          requires:
+            - build-auth
 
       - build-recursor
       - test-recursor-regression: