From 1b89c077b1f583aafe639a2f254bcf3ed23561c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Fri, 13 Jul 2018 19:57:48 +0300 Subject: [PATCH] Ignore dupicate databases in mxs1849_table_sharding The test environment isn't always pristine after a test run so for the sake of being able to actually test what we're attempting to test, we should ignore duplicate databases for the time being. The long-term fix is detect when a test doesn't clean up after itself. --- .../cnf/maxscale.cnf.template.mxs1849_table_sharding | 1 + 1 file changed, 1 insertion(+) diff --git a/maxscale-system-test/cnf/maxscale.cnf.template.mxs1849_table_sharding b/maxscale-system-test/cnf/maxscale.cnf.template.mxs1849_table_sharding index 8a8cf1724..1543da66b 100755 --- a/maxscale-system-test/cnf/maxscale.cnf.template.mxs1849_table_sharding +++ b/maxscale-system-test/cnf/maxscale.cnf.template.mxs1849_table_sharding @@ -16,6 +16,7 @@ servers=server1,server2,server3,server4 user=maxskysql password=skysql auth_all_servers=1 +ignore_databases_regex=.* [Sharding Listener] type=listener