(t *testing.T)
| 609 | } |
| 610 | |
| 611 | func TestStoreCompaction(t *testing.T) { |
| 612 | testStoreCompaction(t, CollectionOptions{}, |
| 613 | StorePersistOptions{CompactionConcern: CompactionForce}) |
| 614 | } |
| 615 | |
| 616 | func TestStoreCompactionDeferredSort(t *testing.T) { |
| 617 | testStoreCompaction(t, CollectionOptions{DeferredSort: true}, |
nothing calls this directly
no test coverage detected
searching dependent graphs…