Skip to content

Commit

Permalink
executor: migrate test-infra to testify for tiflash_test.go (#32854)
Browse files Browse the repository at this point in the history
close #28621
  • Loading branch information
feitian124 authored Mar 6, 2022
1 parent ca10191 commit 02dfac3
Show file tree
Hide file tree
Showing 2 changed files with 254 additions and 232 deletions.
1 change: 0 additions & 1 deletion executor/executor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ var _ = Suite(&testSuiteWithData{baseTestSuite: &baseTestSuite{}})
var _ = SerialSuites(&testSerialSuite1{&baseTestSuite{}})
var _ = SerialSuites(&testSlowQuery{&baseTestSuite{}})
var _ = Suite(&partitionTableSuite{&baseTestSuite{}})
var _ = SerialSuites(&tiflashTestSuite{})
var _ = SerialSuites(&globalIndexSuite{&baseTestSuite{}})
var _ = SerialSuites(&testSerialSuite{&baseTestSuite{}})
var _ = SerialSuites(&testStaleTxnSerialSuite{&baseTestSuite{}})
Expand Down
Loading

0 comments on commit 02dfac3

Please sign in to comment.