revision-id: d4d71e07cadb223228474d66ad3277de8650a937 (fb-prod201903-266-gd4d71e07cad) parent(s): c3332b8d47289444a8b11959ad63cadebdd55ed6 author: Sergei Petrunia committer: Sergei Petrunia timestamp: 2019-11-30 21:50:56 +0300 message: Disable rocksdb.drop_cf_befre_show_deadlock_info 'range_locking' Because Range Locking doesn't support printing of deadlock information. --- mysql-test/suite/rocksdb/t/drop_cf_before_show_deadlock_info.test | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mysql-test/suite/rocksdb/t/drop_cf_before_show_deadlock_info.test b/mysql-test/suite/rocksdb/t/drop_cf_before_show_deadlock_info.test index 292b6c40fbd..e5ee3244db6 100644 --- a/mysql-test/suite/rocksdb/t/drop_cf_before_show_deadlock_info.test +++ b/mysql-test/suite/rocksdb/t/drop_cf_before_show_deadlock_info.test @@ -2,6 +2,10 @@ --source include/have_debug_sync.inc --source include/have_rocksdb.inc +# Doesn't work with range locking because range locking +# does not provide info in rocksdb_deadlock. +--source suite/rocksdb/include/not_range_locking.inc + --disable_query_log call mtr.add_suppression("Column family '[a-z_]+' not found"); --enable_query_log