Skip to content

Commit

Permalink
set store to tikv for realtikv test
Browse files Browse the repository at this point in the history
  • Loading branch information
tangenta committed Dec 2, 2022
1 parent 89913a1 commit 5264480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/realtikvtest/testkit.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func RunTestMain(m *testing.M) {
config.UpdateGlobal(func(conf *config.Config) {
conf.TiKVClient.AsyncCommit.SafeWindow = 0
conf.TiKVClient.AsyncCommit.AllowedClockDrift = 0
conf.Store = "tikv"
})
tikv.EnableFailpoints()
opts := []goleak.Option{
Expand Down

0 comments on commit 5264480

Please sign in to comment.