Skip to content

Commit

Permalink
wip: πŸ”• temporary commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Dec 6, 2024
1 parent a005436 commit b035625
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions internal/storage/fs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ func TestFS_Close(t *testing.T) {
require.ErrorIs(t, err, storage.ErrClosed)
}

//func TestFS_RaceProvocation(t *testing.T) {
// t.Parallel()
//
// testRaceProvocation(t, func(sTTL time.Duration, maxReq uint32) storage.Storage {
// return storage.NewFS(t.TempDir(), sTTL, maxReq, storage.WithFSCleanupInterval(10*time.Nanosecond))
// })
//}
func TestFS_RaceProvocation(t *testing.T) {
t.Parallel()

testRaceProvocation(t, func(sTTL time.Duration, maxReq uint32) storage.Storage {
return storage.NewFS(t.TempDir(), sTTL, maxReq, storage.WithFSCleanupInterval(10*time.Nanosecond))
})
}

0 comments on commit b035625

Please sign in to comment.