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

Function TestStoreOpsCompactionForce

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

Source from the content-addressed store, hash-verified

509}
510
511func TestStoreOpsCompactionForce(t *testing.T) {
512 testStoreOps(t, StorePersistOptions{CompactionConcern: CompactionForce})
513}
514
515func testStoreOps(t *testing.T, spo StorePersistOptions) {
516 tmpDir, _ := ioutil.TempDir("", "mossStore")

Callers

nothing calls this directly

Calls 1

testStoreOpsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…