client-go
client-go copied to clipboard
Reuse test store as much as possible
There are test suites that create a new test store for each test case. It costs too much memory.
Two obvious examples are testCommitterSuite and testLockSuite
Mentioned in https://github.com/tikv/client-go/pull/155