On Thu, Apr 13, 2017 at 12:03:20AM +0200, SZEDER Gábor wrote: > > I couldn't get the original to show a failure, though, even under heavy > > load. So maybe widening the race is enough. > > Just to be clear: it's only an occasionally appearing error message. > There is no failure in the sense of test failure, because 'rm -rf > $trash' erroring out during housekeeping does not fail the test suite. Ah, OK, that makes more sense. I can detect it reliably by just checking ! test -d $root/trash* in my stress-test after the test successfully completes. -Peff