Skip to content

Commit

Permalink
TestDropTableOnTiKVDiskFull should not be a method of suite
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Mar 19, 2022
1 parent 6b7e07c commit efc1043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddl/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ func TestAddExpressionIndexRollback(t *testing.T) {
require.Equal(t, int64(0), physicalID)
}

func (s *testSerialDBSuite) TestDropTableOnTiKVDiskFull(t *testing.T) {
func TestDropTableOnTiKVDiskFull(t *testing.T) {
store, clean := testkit.CreateMockStoreWithSchemaLease(t, dbTestLease)
defer clean()
tk := testkit.NewTestKit(t, store)
Expand Down

0 comments on commit efc1043

Please sign in to comment.