Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hanfei1991 committed Mar 4, 2021
1 parent 0b41361 commit d9d51ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/conn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,6 @@ func (ts *ConnTestSuite) TestTiFlashFallback(c *C) {
tk := testkit.NewTestKitWithInit(c, ts.store)
cc.ctx = &TiDBContext{Session: tk.Se, stmts: make(map[int]*TiDBStatement)}

tk.MustExec("use test")
tk.MustExec("drop table if exists t")
tk.MustExec("create table t(a int not null primary key, b int not null)")
tk.MustExec("alter table t set tiflash replica 1")
Expand Down

0 comments on commit d9d51ed

Please sign in to comment.