Skip to content

Commit

Permalink
Fix bug in tombstone database test case
Browse files Browse the repository at this point in the history
Signed-off-by: JaySon-Huang <[email protected]>
  • Loading branch information
JaySon-Huang committed May 18, 2021
1 parent 061e34c commit efe029c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/delta-merge-test/raft/schema/drop_on_restart.test
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,10 @@
=> DBGInvoke __refresh_schemas()
# db4 and db5 should be tombstoned
=> select name from system.databases where name like '%db%' and is_tombstone = 0

# Physical cleanup so that it won't make trouble for other tests
=> DBGInvoke __drop_tidb_table(default, test)
=> drop table if exists default.test
=> drop database if exists db3
=> drop database if exists db4
=> drop database if exists db5

0 comments on commit efe029c

Please sign in to comment.