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

Function TestStoreCompaction

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

Source from the content-addressed store, hash-verified

609}
610
611func TestStoreCompaction(t *testing.T) {
612 testStoreCompaction(t, CollectionOptions{},
613 StorePersistOptions{CompactionConcern: CompactionForce})
614}
615
616func TestStoreCompactionDeferredSort(t *testing.T) {
617 testStoreCompaction(t, CollectionOptions{DeferredSort: true},

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…