Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.40, 10.0.14
-
None
Description
The test case rpl.rpl_parallel_show_binlog_events_purge_logs fails
sporadically.
The problem is this in the test case:
SET DEBUG_SYNC= 'now SIGNAL end';
|
SET DEBUG_SYNC= 'RESET';
|
This pattern is always wrong. The RESET will race with whoever is waiting for
the previous SIGNAL. If the waiter loses the race, it will never wake up, as
the signal is cleared before the waiter sees it.
Attachments
Issue Links
- blocks
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled