(t *testing.T)
| 505 | } |
| 506 | |
| 507 | func TestStoreOps(t *testing.T) { |
| 508 | testStoreOps(t, StorePersistOptions{}) |
| 509 | } |
| 510 | |
| 511 | func TestStoreOpsCompactionForce(t *testing.T) { |
| 512 | testStoreOps(t, StorePersistOptions{CompactionConcern: CompactionForce}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…