preaction / Statocles

Static website CMS
http://preaction.me/statocles
Other
84 stars 33 forks source link

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

Open kiwiroy opened 6 years ago

kiwiroy commented 6 years ago

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)
preaction commented 6 years ago

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