Example #1
0
func TestMetricsPrefixIteratorSeek(t *testing.T) {
	s := open(t, nil)
	defer cleanup(t, s)
	test.CommonTestPrefixIteratorSeek(t, s)
}
Example #2
0
func TestGoLevelDBPrefixIteratorSeek(t *testing.T) {
	s := open(t, nil)
	defer cleanup(t, s)
	test.CommonTestPrefixIteratorSeek(t, s)
}
Example #3
0
func TestMossWithLowerPrefixIteratorSeek(t *testing.T) {
	tmpDir, s := openWithLower(t, nil)
	defer cleanupWithLower(t, s, tmpDir)
	test.CommonTestPrefixIteratorSeek(t, s)
}