Skip to content

Commit

Permalink
test: Disable mutation checker in BenchmarkInsertWithIndex (#32629)
Browse files Browse the repository at this point in the history
ref #32604
  • Loading branch information
ekexium authored Feb 28, 2022
1 parent e8be778 commit 37899e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions session/bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ func BenchmarkInsertWithIndex(b *testing.B) {
do.Close()
st.Close()
}()
mustExecute(se, `set @@tidb_enable_mutation_checker = 0`)
mustExecute(se, "drop table if exists t")
mustExecute(se, "create table t (pk int primary key, col int, index idx (col))")
b.ResetTimer()
Expand Down

0 comments on commit 37899e1

Please sign in to comment.