config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/rpl/t/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/suite/rpl/t/rpl_semi_sync_group_commit_deadlock.test

################################################################################
# WL#6969    Additional concurrency tests for BGC
#
# Concurrency test verifies that there is not deadlock on ordered group commit
# when semi-sync is enabled
#
# ################################################################################
--source include/not_group_replication_plugin.inc
# Want to skip this test from daily Valgrind execution
--source include/no_valgrind_without_big.inc
# Adding big test option for this test.
--source include/big_test.inc
--source include/have_debug.inc
--source include/master-slave.inc
--source include/install_semisync.inc
SET @max_binlog_size_save= @@GLOBAL.MAX_BINLOG_SIZE;
SET @@GLOBAL.MAX_BINLOG_SIZE= 4096;
SET GLOBAL rpl_semi_sync_master_timeout= 6000000;

--let $connections= 11
--let $loops= 500
--let $error_simulation= 0

--source extra/rpl_tests/rpl_semi_sync_group_commit_deadlock.inc

--connection master
SET @@GLOBAL.MAX_BINLOG_SIZE= @max_binlog_size_save;
--source include/uninstall_semisync.inc
--source include/rpl_end.inc

Man Man