Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.4(EOL), 10.5, 10.6, 10.7(EOL), 10.8(EOL), 10.9(EOL), 10.10(EOL), 10.11
-
None
Description
./mtr --mysqld=--debug=d,ib_log_checkpoint_avoid_hard rpl.rpl_semi_sync_shutdown_await_ack
|
rpl.rpl_semi_sync_shutdown_await_ack 'mix' [ fail ]
|
Test ended at 2022-11-17 14:51:03
|
|
CURRENT_TEST: rpl.rpl_semi_sync_shutdown_await_ack
|
--- /home/parallels/dev/build-10.11-828394/build1/mysql-test/suite/rpl/r/rpl_semi_sync_shutdown_await_ack.result 2022-11-17 09:51:19.000000000 -0500
|
+++ /home/parallels/dev/build-10.11-828394/build1/mysql-test/suite/rpl/r/rpl_semi_sync_shutdown_await_ack.reject 2022-11-17 14:51:03.211813166 -0500
|
@@ -110,18 +110,18 @@
|
#-- Re-synchronize slaves with master and disable semi-sync
|
#-- Stop slaves
|
connection server_2;
|
-SET @@GLOBAL.debug_dbug= "";
|
+SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard";
|
SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0;
|
include/stop_slave.inc
|
connection server_3;
|
-SET @@GLOBAL.debug_dbug= "";
|
+SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard";
|
SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0;
|
include/stop_slave.inc
|
#-- Bring the master back up
|
connection server_1_con2;
|
connection default;
|
connection server_1;
|
-SET @@GLOBAL.debug_dbug= "";
|
+SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard";
|
SET @@GLOBAL.rpl_semi_sync_master_enabled = 0;
|
show status like 'Rpl_semi_sync_master_status';
|
Variable_name Value
|
@@ -227,18 +227,18 @@
|
#-- Re-synchronize slaves with master and disable semi-sync
|
#-- Stop slaves
|
connection server_2;
|
-SET @@GLOBAL.debug_dbug= "";
|
+SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard";
|
SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0;
|
include/stop_slave.inc
|
connection server_3;
|
-SET @@GLOBAL.debug_dbug= "";
|
+SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard";
|
SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0;
|
include/stop_slave.inc
|
#-- Bring the master back up
|
connection server_1_con2;
|
connection default;
|
connection server_1;
|
-SET @@GLOBAL.debug_dbug= "";
|
+SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard";
|
SET @@GLOBAL.rpl_semi_sync_master_enabled = 0;
|
show status like 'Rpl_semi_sync_master_status';
|
Variable_name Value
|
@@ -345,18 +345,18 @@
|
#-- Re-synchronize slaves with master and disable semi-sync
|
#-- Stop slaves
|
connection server_2;
|
-SET @@GLOBAL.debug_dbug= "";
|
+SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard";
|
SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0;
|
include/stop_slave.inc
|
connection server_3;
|
-SET @@GLOBAL.debug_dbug= "";
|
+SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard";
|
SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0;
|
include/stop_slave.inc
|
#-- Bring the master back up
|
connection server_1_con2;
|
connection default;
|
connection server_1;
|
-SET @@GLOBAL.debug_dbug= "";
|
+SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard";
|
SET @@GLOBAL.rpl_semi_sync_master_enabled = 0;
|
show status like 'Rpl_semi_sync_master_status';
|
Variable_name Value
|
@@ -469,18 +469,18 @@
|
#-- Re-synchronize slaves with master and disable semi-sync
|
#-- Stop slaves
|
connection server_2;
|
-SET @@GLOBAL.debug_dbug= "";
|
+SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard";
|
SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0;
|
include/stop_slave.inc
|
connection server_3;
|
-SET @@GLOBAL.debug_dbug= "";
|
+SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard";
|
SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0;
|
include/stop_slave.inc
|
#-- Bring the master back up
|
connection server_1_con2;
|
connection default;
|
connection server_1;
|
-SET @@GLOBAL.debug_dbug= "";
|
+SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard";
|
SET @@GLOBAL.rpl_semi_sync_master_enabled = 0;
|
show status like 'Rpl_semi_sync_master_status';
|
Variable_name Value
|
|
mysqltest: Result length mismatch
|
The problem appears to be the --eval SET @@GLOBAL.debug_dbug= "$sav_server_2_dbug" (et al) statement in rpl_semi_sync_shutdown_await_ack.inc, so there might be other tests with the same issue.
The test failure would appear to be resolved by not using the --eval, but the test might still be affected by MDEV-28543.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
{noformat}
./mtr --mysqld=--debug=d,ib_log_checkpoint_avoid_hard rpl.rpl_semi_sync_shutdown_await_ack {noformat} {noformat} rpl.rpl_semi_sync_shutdown_await_ack 'mix' [ fail ] Test ended at 2022-11-17 14:51:03 CURRENT_TEST: rpl.rpl_semi_sync_shutdown_await_ack --- /home/parallels/dev/build-10.11-828394/build1/mysql-test/suite/rpl/r/rpl_semi_sync_shutdown_await_ack.result 2022-11-17 09:51:19.000000000 -0500 +++ /home/parallels/dev/build-10.11-828394/build1/mysql-test/suite/rpl/r/rpl_semi_sync_shutdown_await_ack.reject 2022-11-17 14:51:03.211813166 -0500 @@ -110,18 +110,18 @@ #-- Re-synchronize slaves with master and disable semi-sync #-- Stop slaves connection server_2; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0; include/stop_slave.inc connection server_3; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0; include/stop_slave.inc #-- Bring the master back up connection server_1_con2; connection default; connection server_1; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_master_enabled = 0; show status like 'Rpl_semi_sync_master_status'; Variable_name Value @@ -227,18 +227,18 @@ #-- Re-synchronize slaves with master and disable semi-sync #-- Stop slaves connection server_2; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0; include/stop_slave.inc connection server_3; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0; include/stop_slave.inc #-- Bring the master back up connection server_1_con2; connection default; connection server_1; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_master_enabled = 0; show status like 'Rpl_semi_sync_master_status'; Variable_name Value @@ -345,18 +345,18 @@ #-- Re-synchronize slaves with master and disable semi-sync #-- Stop slaves connection server_2; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0; include/stop_slave.inc connection server_3; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0; include/stop_slave.inc #-- Bring the master back up connection server_1_con2; connection default; connection server_1; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_master_enabled = 0; show status like 'Rpl_semi_sync_master_status'; Variable_name Value @@ -469,18 +469,18 @@ #-- Re-synchronize slaves with master and disable semi-sync #-- Stop slaves connection server_2; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0; include/stop_slave.inc connection server_3; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0; include/stop_slave.inc #-- Bring the master back up connection server_1_con2; connection default; connection server_1; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_master_enabled = 0; show status like 'Rpl_semi_sync_master_status'; Variable_name Value mysqltest: Result length mismatch {noformat} |
{noformat}
./mtr --mysqld=--debug=d,ib_log_checkpoint_avoid_hard rpl.rpl_semi_sync_shutdown_await_ack {noformat} {noformat} rpl.rpl_semi_sync_shutdown_await_ack 'mix' [ fail ] Test ended at 2022-11-17 14:51:03 CURRENT_TEST: rpl.rpl_semi_sync_shutdown_await_ack --- /home/parallels/dev/build-10.11-828394/build1/mysql-test/suite/rpl/r/rpl_semi_sync_shutdown_await_ack.result 2022-11-17 09:51:19.000000000 -0500 +++ /home/parallels/dev/build-10.11-828394/build1/mysql-test/suite/rpl/r/rpl_semi_sync_shutdown_await_ack.reject 2022-11-17 14:51:03.211813166 -0500 @@ -110,18 +110,18 @@ #-- Re-synchronize slaves with master and disable semi-sync #-- Stop slaves connection server_2; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0; include/stop_slave.inc connection server_3; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0; include/stop_slave.inc #-- Bring the master back up connection server_1_con2; connection default; connection server_1; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_master_enabled = 0; show status like 'Rpl_semi_sync_master_status'; Variable_name Value @@ -227,18 +227,18 @@ #-- Re-synchronize slaves with master and disable semi-sync #-- Stop slaves connection server_2; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0; include/stop_slave.inc connection server_3; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0; include/stop_slave.inc #-- Bring the master back up connection server_1_con2; connection default; connection server_1; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_master_enabled = 0; show status like 'Rpl_semi_sync_master_status'; Variable_name Value @@ -345,18 +345,18 @@ #-- Re-synchronize slaves with master and disable semi-sync #-- Stop slaves connection server_2; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0; include/stop_slave.inc connection server_3; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0; include/stop_slave.inc #-- Bring the master back up connection server_1_con2; connection default; connection server_1; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_master_enabled = 0; show status like 'Rpl_semi_sync_master_status'; Variable_name Value @@ -469,18 +469,18 @@ #-- Re-synchronize slaves with master and disable semi-sync #-- Stop slaves connection server_2; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0; include/stop_slave.inc connection server_3; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_slave_enabled= 0; include/stop_slave.inc #-- Bring the master back up connection server_1_con2; connection default; connection server_1; -SET @@GLOBAL.debug_dbug= ""; +SET @@GLOBAL.debug_dbug= "d,ib_log_checkpoint_avoid_hard"; SET @@GLOBAL.rpl_semi_sync_master_enabled = 0; show status like 'Rpl_semi_sync_master_status'; Variable_name Value mysqltest: Result length mismatch {noformat} The problem appears to be the {{--eval SET @@GLOBAL.debug_dbug= "$sav_server_2_dbug"}} (et al) statement in {{rpl_semi_sync_shutdown_await_ack.inc}}, so there might be other tests with the same issue. The test failure would appear to be resolved by not using the {{--eval}}, but the test might still be affected by MDEV-28543. |
Affects Version/s | 10.4 [ 22408 ] | |
Affects Version/s | 10.5 [ 23123 ] | |
Affects Version/s | 10.6 [ 24028 ] | |
Affects Version/s | 10.7 [ 24805 ] | |
Affects Version/s | 10.8 [ 26121 ] | |
Affects Version/s | 10.9 [ 26905 ] | |
Affects Version/s | 10.10 [ 27530 ] | |
Affects Version/s | 10.11 [ 27614 ] |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 10.7 [ 24805 ] | |
Fix Version/s | 10.8 [ 26121 ] | |
Fix Version/s | 10.9 [ 26905 ] | |
Fix Version/s | 10.10 [ 27530 ] | |
Fix Version/s | 10.11 [ 27614 ] |
Fix Version/s | 10.7 [ 24805 ] |
Fix Version/s | 10.8 [ 26121 ] |
Fix Version/s | 10.9 [ 26905 ] |
Fix Version/s | 10.10 [ 27530 ] |
Assignee | Angelique Sklavounos [ JIRAUSER50741 ] | Brandon Nesterenko [ JIRAUSER48702 ] |
Fix Version/s | 10.5.26 [ 29832 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 10.11 [ 27614 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Fix Version/s | 10.6.19 [ 29833 ] | |
Fix Version/s | 10.11.9 [ 29834 ] | |
Fix Version/s | 11.1.6 [ 29835 ] | |
Fix Version/s | 11.2.5 [ 29836 ] | |
Fix Version/s | 11.4.3 [ 29837 ] |
bnestere, I am sending it to you though hopefully it's gone by the recent refactoring.