Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tangenta committed Dec 14, 2022
1 parent ddada0a commit 7175c50
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ddl/index_merge_tmp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,6 @@ func TestAddIndexMergeConflictWithPessimistic(t *testing.T) {
// Force onCreateIndex use the txn-merge process.
ingest.LitInitialized = false
tk.MustExec("set @@global.tidb_ddl_enable_fast_reorg = 1;")
tk.MustExec("set @@global.tidb_enable_mutation_checker = 1;")
tk.MustExec("set @@global.tidb_txn_assertion_level = 'STRICT';")
tk.MustExec("set @@global.tidb_enable_metadata_lock = 0;")

originHook := dom.DDL().GetHook()
Expand Down Expand Up @@ -440,5 +438,4 @@ func TestAddIndexMergeConflictWithPessimistic(t *testing.T) {
dom.DDL().SetHook(originHook)
tk.MustExec("admin check table t;")
tk.MustQuery("select * from t;").Check(testkit.Rows("1 2"))

}

0 comments on commit 7175c50

Please sign in to comment.