(t *testing.T)
| 509 | } |
| 510 | |
| 511 | func TestStoreOpsCompactionForce(t *testing.T) { |
| 512 | testStoreOps(t, StorePersistOptions{CompactionConcern: CompactionForce}) |
| 513 | } |
| 514 | |
| 515 | func testStoreOps(t *testing.T, spo StorePersistOptions) { |
| 516 | tmpDir, _ := ioutil.TempDir("", "mossStore") |
nothing calls this directly
no test coverage detected
searching dependent graphs…