Versions in this module Expand all Collapse all v0 v0.2.0 Apr 8, 2016 v0.1.0 Apr 8, 2016 Changes in this version + func CommonTestKVCrud(t *testing.T, s store.KVStore) + func CommonTestMerge(t *testing.T, s store.KVStore) + func CommonTestPrefixIterator(t *testing.T, s store.KVStore) + func CommonTestPrefixIteratorSeek(t *testing.T, s store.KVStore) + func CommonTestRangeIterator(t *testing.T, s store.KVStore) + func CommonTestRangeIteratorSeek(t *testing.T, s store.KVStore) + func CommonTestReaderIsolation(t *testing.T, s store.KVStore) + func CommonTestReaderOwnsGetBytes(t *testing.T, s store.KVStore) + func CommonTestWriterOwnsBytes(t *testing.T, s store.KVStore) + type TestMergeCounter struct + func (mc *TestMergeCounter) FullMerge(key, existingValue []byte, operands [][]byte) ([]byte, bool) + func (mc *TestMergeCounter) Name() string + func (mc *TestMergeCounter) PartialMerge(key, leftOperand, rightOperand []byte) ([]byte, bool)