Commit 4d5aae80 authored by liuyuhang's avatar liuyuhang Committed by vipwzw

add test

parent e64e85cf
......@@ -758,6 +758,9 @@ func TestDeletePrunedMavl(t *testing.T) {
require.NoError(t, err)
require.Equal(t, v2, []byte("v2"))
wg.Add(1)
go deletePrunedMavl(store.GetDB())
wg.Wait()
}
func BenchmarkGetkmvccMavl(b *testing.B) { benchmarkGet(b, false) }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment