⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.124
Server IP:
50.28.103.30
Server:
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
server
/
mysql
/
mysql-test
/
suite
/
rpl
/
t
/
View File Name :
rpl_semi_sync_group_commit_deadlock_ssl.test
################################################################################ # Bug #26865538 THE ACK RECEIVER DOES NOT WORK WELL WITH YASSL IN SEMISYNC # # The test verifies that ack receiver works well with yassl in semi-sync. # # ################################################################################ --source include/not_group_replication_plugin.inc # Want to skip this test from daily Valgrind execution --source include/no_valgrind_without_big.inc --source include/have_ssl_communication.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 --source include/rpl_connection_slave.inc STOP SLAVE IO_THREAD; CHANGE MASTER TO MASTER_SSL=1; START SLAVE IO_THREAD; --source include/rpl_connection_master.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 --source include/rpl_connection_master.inc SET @@GLOBAL.MAX_BINLOG_SIZE= @max_binlog_size_save; --source include/uninstall_semisync.inc --source include/rpl_connection_slave.inc --source include/stop_slave.inc CHANGE MASTER TO MASTER_SSL = 0; --let $rpl_only_running_threads= 1 --source include/rpl_end.inc