Statocles icon indicating copy to clipboard operation
Statocles copied to clipboard

Path::Tiny and Travis tests failing (spuriously??)

Open kiwiroy opened this issue 8 years ago • 1 comments

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)

kiwiroy avatar Oct 26 '17 00:10 kiwiroy

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...

preaction avatar Nov 06 '17 02:11 preaction