Skip to content

Commit

Permalink
Stabilize rocksdb_rpl.multiclient_2pc
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

Reviewed By: Tema

Differential Revision: D6740009

Pulled By: Tema

fbshipit-source-id: 6360d9c
  • Loading branch information
lth authored and facebook-github-bot committed Jan 17, 2018
1 parent f76efe9 commit b9f2256
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 b9f2256

Please sign in to comment.