Skip to content

Commit

Permalink
Merge pull request #2608 from georgelorchpercona/ps-5.7-4953
Browse files Browse the repository at this point in the history
PS-4953 : rocksdb.truncate_table3 unstable
  • Loading branch information
georgelorchpercona authored Oct 24, 2018
2 parents f3b551e + af35f12 commit fd343ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql-test/suite/rocksdb/r/truncate_table3.result
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
call mtr.add_suppression("Column family 'cf1' not found");
call mtr.add_suppression("Column family 'rev:cf2' not found");
set global rocksdb_compact_cf = 'cf1';
set global rocksdb_compact_cf = 'rev:cf2';
set global rocksdb_signal_drop_index_thread = 1;
Expand Down
2 changes: 2 additions & 0 deletions mysql-test/suite/rocksdb/t/truncate_table3.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
--source include/have_rocksdb.inc

call mtr.add_suppression("Column family 'cf1' not found");
call mtr.add_suppression("Column family 'rev:cf2' not found");
-- let $truncate_table = 1
-- let $drop_table = 0
-- source suite/rocksdb/include/drop_table3.inc

0 comments on commit fd343ef

Please sign in to comment.