Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kiwiroy opened this issue Oct 26, 2017 · 1 comment
Open

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

kiwiroy opened this issue Oct 26, 2017 · 1 comment

Comments

@kiwiroy
Copy link
Contributor

kiwiroy commented Oct 26, 2017

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
Copy link
Owner

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 added a commit that referenced this issue Nov 6, 2017
This may fix the spurious failures on Travis...

Refs #543
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants