func TestMetricsReaderIsolation(t *testing.T) { s := open(t, nil) defer cleanup(t, s) test.CommonTestReaderIsolation(t, s) }
func TestGoLevelDBReaderIsolation(t *testing.T) { s := open(t, nil) defer cleanup(t, s) test.CommonTestReaderIsolation(t, s) }
func TestMossWithLowerReaderIsolation(t *testing.T) { tmpDir, s := openWithLower(t, nil) defer cleanupWithLower(t, s, tmpDir) test.CommonTestReaderIsolation(t, s) }