This commit is contained in:
alex.sharov 2022-02-22 15:33:07 +07:00
parent 1b67c64ca3
commit f624d1cc22

View File

@ -53,6 +53,8 @@ func createTestSegmentFile(t *testing.T, from, to uint64, name SnapshotType, dir
}
func TestMerge(t *testing.T) {
t.Skip("to close files on win")
dir, require := t.TempDir(), require.New(t)
createFile := func(from, to uint64) {
for _, snT := range AllSnapshotTypes {