Skip to content

Commit

Permalink
Stabilize rocksdb_rpl.multiclient_2pc (facebook#787) (facebook#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 facebook#716
Closes facebook#787

Differential Revision: D6740009

Pulled By: Tema
  • Loading branch information
lth authored and inikep committed Jan 17, 2022
1 parent 9a80176 commit a71f12f
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 a71f12f

Please sign in to comment.