client-go icon indicating copy to clipboard operation
client-go copied to clipboard

Reuse test store as much as possible

Open disksing opened this issue 4 years ago • 0 comments

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

disksing avatar Jun 24 '21 00:06 disksing