(t *testing.T, sync bool)
| 244 | } |
| 245 | |
| 246 | func testSimpleStore(t *testing.T, sync bool) { |
| 247 | testSimpleStoreEx(t, "basic", nil, |
| 248 | StoreOptions{}, |
| 249 | StorePersistOptions{NoSync: !sync}, |
| 250 | CollectionOptions{}, 2) |
| 251 | } |
| 252 | |
| 253 | func TestSimpleStoreCleanupBadFiles(t *testing.T) { |
| 254 | testSimpleStoreCleanupBadFiles(t, "cleanupBadFiles", true) |
no test coverage detected
searching dependent graphs…