Skip to content
Permalink
Browse files
Fix test failure on wsrep/variables test case.
  • Loading branch information
Jan Lindström committed Oct 24, 2020
1 parent f679d72 commit 44c958d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
@@ -0,0 +1,9 @@
--disable_query_log

--let $galera_have_debug_sync = `SELECT 1 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_debug_sync_waiters'`

--if (!$galera_have_debug_sync) {
--skip Test requires Galera debug library with debug_sync functionality
}

--enable_query_log
@@ -1,4 +1,5 @@
--source include/have_wsrep.inc
--source include/galera_have_debug_sync.inc

SET @wsrep_provider_options_saved= @@global.wsrep_provider_options;
SET @wsrep_cluster_address_saved= @@global.wsrep_cluster_address;

0 comments on commit 44c958d

Please sign in to comment.