]> go.fuhry.dev Git - fsnotify.git/commit
Remove file immediately in TestWatchStress (#545)
authorMartin Tournoij <martin@arp242.net>
Sat, 14 Jan 2023 19:37:03 +0000 (20:37 +0100)
committerGitHub <noreply@github.com>
Sat, 14 Jan 2023 19:37:03 +0000 (20:37 +0100)
commit4f94e6cd0c60cf36b3ad1d56c570ee89041c8e79
tree12e180a775a794851f941b1b6bd0de689b4fcd3a
parent16df002ca5dd174de0722cd26bfe5952487f2a95
Remove file immediately in TestWatchStress (#545)

Previously it would create all the files and then remove it; remove the
file immediately instead.

My /tmp has ~500k free inodes and it will try to create >1 million
files, so it will error out on that.
fsnotify_test.go
helpers_test.go