Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5, 10.6, 10.11, 11.1(EOL), 10.4(EOL), 10.10(EOL), 11.0(EOL)
-
None
Description
The test rpl.rpl_sql_thd_start_errno_cleared can lose a debug_sync signal, as there is a RESET immediately following a SIGNAL:
set debug_sync= "now signal sql_thread_continue";
|
 |
set @@global.debug_dbug= @saved_dbug;
|
set debug_sync= "RESET";
|
When the signal is lost, the sql_thread is stuck in a WAIT_FOR clause until it times out, resulting in long test times (albeit still successful).
Attachments
Issue Links
- is caused by
-
MDEV-31177 SHOW SLAVE STATUS Last_SQL_Errno Race Condition on Errored Slave Restart
- Closed
- relates to
-
MDEV-27850 MTR tests can hang due to DEBUG_SYNC race condition
- Stalled