Skip to content

Commit

Permalink
Stabilize rocksdb_rpl.multiclient_2pc (#787) (#787)
Browse files Browse the repository at this point in the history
Summary:
The test fails sporadically because the statement to signal a crash doesn't always return before the crash actually happens, depending how the threads are scheduled.

Closes #716
Closes #787

Differential Revision: D6740009

Pulled By: Tema
  • Loading branch information
lth authored and Herman Lee committed Dec 7, 2021
1 parent d3a6ce1 commit 29f881a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/suite/rocksdb_rpl/t/multiclient_2pc.test
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ SET GLOBAL SYNC_BINLOG = 1;

insert into t1 values (1000000, 1, "i_am_just_here_to_trigger_a_flush");

--error 0,2013
SET DEBUG_SYNC='now SIGNAL go';
--source include/wait_until_disconnected.inc
--enable_reconnect
Expand Down

0 comments on commit 29f881a

Please sign in to comment.