From 36504d9356907618cdd926bf69356e68f921e6b5 Mon Sep 17 00:00:00 2001 From: Abhinav Sharma Date: Fri, 17 Aug 2018 19:37:47 -0700 Subject: [PATCH] Worker threads should respond to kill command in any state Summary: There were some states where worker threads were not responsive to kill command. Fixed those cases. Also added a stop slave stress test. Reviewed By: anirbanr-fb Differential Revision: D9073572 fbshipit-source-id: 16bc2fe8831 --- .../rocksdb_rpl/t/rpl_mts_dependency_unique_key_conflicts.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/suite/rocksdb_rpl/t/rpl_mts_dependency_unique_key_conflicts.test b/mysql-test/suite/rocksdb_rpl/t/rpl_mts_dependency_unique_key_conflicts.test index 20e8e1e032a1..5869b9a39b92 100644 --- a/mysql-test/suite/rocksdb_rpl/t/rpl_mts_dependency_unique_key_conflicts.test +++ b/mysql-test/suite/rocksdb_rpl/t/rpl_mts_dependency_unique_key_conflicts.test @@ -36,7 +36,7 @@ set debug_sync="now wait_for signal.reached"; # insert let $wait_condition= select count(*)= 1 from information_schema.processlist - where state like 'Executing Table_map event at position%'; + where state = 'Waiting for dependencies to be satisfied'; source include/wait_condition.inc; select * from t1;