Statocles
Statocles copied to clipboard
Path::Tiny and Travis tests failing (spuriously??)
I see there are a few test failures 1 and 2. They appear spurious and the common factor appears to be Path::Tiny, but I can't be certain.
Locally, the following appears most likely to replicate the sysopen error in the shortest period of time.
prove -bl -s -j4 $(find t/site -name '*.t' | sort)
Okay, so that would lead me to believe that it's something not thread-safe about those tests specifically...
Maybe because I'm using Path::Tiny->tempdir? I'll change to using File::Temp and see what Travis has to say about it...