(t *testing.T)
| 614 | } |
| 615 | |
| 616 | func TestStoreCompactionDeferredSort(t *testing.T) { |
| 617 | testStoreCompaction(t, CollectionOptions{DeferredSort: true}, |
| 618 | StorePersistOptions{CompactionConcern: CompactionForce}) |
| 619 | } |
| 620 | |
| 621 | func testStoreCompaction(t *testing.T, co CollectionOptions, |
| 622 | spo StorePersistOptions) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…