Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: yisaer <[email protected]>
  • Loading branch information
Yisaer committed Sep 16, 2022
1 parent da44e03 commit a788bd6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions executor/executor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ func TestPlanReplayer(t *testing.T) {
tk.MustExec("drop table if exists t")
tk.MustExec("create table t(a int, b int, index idx_a(a))")
tk.MustExec("alter table t set tiflash replica 1")
tk.MustExec("plan replayer dump explain './testdata/plan_replayer_test.txt'")
require.True(t, len(tk.Session().GetSessionVars().LastPlanReplayerToken) > 0)
tk.MustQuery("plan replayer dump explain select * from t where a=10")
tk.MustQuery("plan replayer dump explain select /*+ read_from_storage(tiflash[t]) */ * from t")

Expand Down
1 change: 0 additions & 1 deletion executor/testdata/plan_replayer_test.txt

This file was deleted.

0 comments on commit a788bd6

Please sign in to comment.