Skip to content

Commit

Permalink
executor: run all tests and fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tiancaiamao committed Jun 23, 2021
1 parent f32f216 commit 22be9f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions executor/stale_txn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -906,9 +906,6 @@ func (s *testStaleTxnSuite) TestStaleReadTemporaryTable(c *C) {
{
sql: "select /*+use_index(tmp1, code)*/ code from tmp1 where code > 1",
},
{
sql: "select * from tmp1 tablesample regions()",
},
{
sql: "select /*+ use_index_merge(tmp1, primary, code) */ * from tmp1 where id > 1 or code > 2",
},
Expand Down

0 comments on commit 22be9f6

Please sign in to comment.