Skip to content

Commit cbb0248

Browse files
author
Alexander Nozdrin
committed
Prohibit running semi-sync rpl tests in the embedded mode.
1 parent dd51006 commit cbb0248

6 files changed

+6
-0
lines changed

mysql-test/suite/sys_vars/t/rpl_semi_sync_master_enabled_basic.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# 2010-01-21 OBN - Added
66
#
77
#
8+
source include/not_embedded.inc;
89
source include/have_semisync_plugin.inc;
910
# The following is to prevent a mis-match on windows that has the name of of the lib ending with 'dll'
1011
--replace_regex /\.dll/.so/

mysql-test/suite/sys_vars/t/rpl_semi_sync_master_timeout_basic.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#
55
# 2010-01-21 OBN - Added
66
#
7+
source include/not_embedded.inc;
78
source include/have_semisync_plugin.inc;
89
# The following is to prevent a mis-match on windows that has the name of of the lib ending with 'dll'
910
--replace_regex /\.dll/.so/

mysql-test/suite/sys_vars/t/rpl_semi_sync_master_trace_level_basic.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#
55
# 2010-01-21 OBN - Added
66
#
7+
source include/not_embedded.inc;
78
source include/have_semisync_plugin.inc;
89
# The following is to prevent a mis-match on windows that has the name of of the lib ending with 'dll'
910
--replace_regex /\.dll/.so/

mysql-test/suite/sys_vars/t/rpl_semi_sync_master_wait_no_slave_basic.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# 2010-01-21 OBN - Added
66
#
77
#
8+
source include/not_embedded.inc;
89
source include/have_semisync_plugin.inc;
910
# The following is to prevent a mis-match on windows that has the name of of the lib ending with 'dll'
1011
--replace_regex /\.dll/.so/

mysql-test/suite/sys_vars/t/rpl_semi_sync_slave_enabled_basic.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# 2010-01-21 OBN - Added
66
#
77
#
8+
source include/not_embedded.inc;
89
source include/have_semisync_plugin.inc;
910
# The following is to prevent a mis-match on windows that has the name of of the lib ending with 'dll'
1011
--replace_regex /\.dll/.so/

mysql-test/suite/sys_vars/t/rpl_semi_sync_slave_trace_level_basic.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#
55
# 2010-01-21 OBN - Added
66
#
7+
source include/not_embedded.inc;
78
source include/have_semisync_plugin.inc;
89
# The following is to prevent a mis-match on windows that has the name of of the lib ending with 'dll'
910
--replace_regex /\.dll/.so/

0 commit comments

Comments
 (0)