From a71f12f6140c426b36377b4d967c7a2c9314b974 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 (#787) (#787) 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 Differential Revision: D6740009 Pulled By: Tema --- 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