From b9f225611ca86d63338a4b4779f1dc31a1ffcb16 Mon Sep 17 00:00:00 2001 From: Manuel Ung Date: Wed, 17 Jan 2018 14:09:32 -0800 Subject: [PATCH] Stabilize rocksdb_rpl.multiclient_2pc 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 https://github.com/facebook/mysql-5.6/pull/787 Reviewed By: Tema Differential Revision: D6740009 Pulled By: Tema fbshipit-source-id: 6360d9c --- mysql-test/suite/rocksdb_rpl/t/multiclient_2pc.test | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/suite/rocksdb_rpl/t/multiclient_2pc.test b/mysql-test/suite/rocksdb_rpl/t/multiclient_2pc.test index 6143824eea6c..ff4841712131 100644 --- a/mysql-test/suite/rocksdb_rpl/t/multiclient_2pc.test +++ b/mysql-test/suite/rocksdb_rpl/t/multiclient_2pc.test @@ -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