MCPcopy Create free account
hub / github.com/couchbase/moss / TestStoreCompactionDeferredSort

Function TestStoreCompactionDeferredSort

store_test.go:616–619  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

614}
615
616func TestStoreCompactionDeferredSort(t *testing.T) {
617 testStoreCompaction(t, CollectionOptions{DeferredSort: true},
618 StorePersistOptions{CompactionConcern: CompactionForce})
619}
620
621func testStoreCompaction(t *testing.T, co CollectionOptions,
622 spo StorePersistOptions) {

Callers

nothing calls this directly

Calls 1

testStoreCompactionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…