summaryrefslogtreecommitdiff
path: root/mysql-test/suite/wsrep/t/variables.test
diff options
context:
space:
mode:
authorSeppo Jaakola <seppo.jaakola@codership.com>2018-01-24 12:38:53 +0530
committerSachin Setiya <sachin.setiya@mariadb.com>2018-01-24 12:40:27 +0530
commit1c882616aebaae372e9a9917a1ab0f616b5f270c (patch)
tree8444d755f3a8b57020215a0a4c1771d71506d5c7 /mysql-test/suite/wsrep/t/variables.test
parentf4d798635ea294aadfe1961ea44c5c6a4350b267 (diff)
downloadmariadb-git-bb-10.1-14311.tar.gz
MDEV-14311 wsrep.variables fails in buildbot with wrong resultbb-10.1-14311
Removal of older code around wsrep_prev_slave_threads in wsrep_slave_count_change_update. Patch Credit:- Seppo
Diffstat (limited to 'mysql-test/suite/wsrep/t/variables.test')
-rw-r--r--mysql-test/suite/wsrep/t/variables.test5
1 files changed, 1 insertions, 4 deletions
diff --git a/mysql-test/suite/wsrep/t/variables.test b/mysql-test/suite/wsrep/t/variables.test
index 1769f567848..4301c9d123c 100644
--- a/mysql-test/suite/wsrep/t/variables.test
+++ b/mysql-test/suite/wsrep/t/variables.test
@@ -29,9 +29,6 @@ CALL mtr.add_suppression("WSREP: Could not open saved state file for reading.*")
--disable_query_log
eval SET GLOBAL wsrep_provider= '$WSREP_PROVIDER';
---let $galera_version=25.3.17
-source include/check_galera_version.inc;
---enable_query_log
--replace_column 2 #
SHOW GLOBAL STATUS LIKE 'wsrep%';
@@ -78,7 +75,7 @@ call mtr.add_suppression("WSREP: Failed to get provider options");
--disable_query_log
eval SET GLOBAL wsrep_provider= '$WSREP_PROVIDER';
--enable_query_log
-
+--sleep 4
--replace_regex /.*libgalera_smm.*/libgalera_smm.so/
SELECT @@global.wsrep_provider;
SELECT @@global.wsrep_slave_threads;