Skip to content

Commit ff31177

Browse files
hermanleefacebook-github-bot
authored andcommitted
Clean up test output files for rocksdb.bypass_select_unsupported
Summary: Running the test on repeat fails because output files were not cleaned up after the run. Squash with D36765784 Reviewed By: bladepan Differential Revision: D45715828 fbshipit-source-id: a9a091b
1 parent fa6b665 commit ff31177

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mysql-test/suite/rocksdb/t/bypass_select_unsupported.inc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,3 +484,7 @@ drop table t3;
484484
drop table t4;
485485
drop table t5;
486486
drop table t6;
487+
if ($bypass_fallback != 0) {
488+
--remove_file $datadir/select.out
489+
--remove_file $datadir/select.dump
490+
}

0 commit comments

Comments
 (0)