Skip to content

Conversation

@vtjnash
Copy link
Member

@vtjnash vtjnash commented Nov 12, 2016

fix #19132

it seems that travis may suddenly have changed the default ulimit here, so the test is now failing on their default configuration

@ararslan
Copy link
Member

Looks like this doesn't fix the spawn testset issue on Travis?

@tkelman
Copy link
Contributor

tkelman commented Nov 14, 2016

travis doesn't run the tests via the makefile

@vtjnash vtjnash force-pushed the jn/pipe-ulimit branch 2 times, most recently from 689fd78 to 97e8713 Compare November 14, 2016 16:26
@vtjnash
Copy link
Member Author

vtjnash commented Nov 14, 2016

@tkelman looks like this is going to pass all the tests. merge when it does?

Appveyor link, since it seems to be missing from the PR, is https://ci.appveyor.com/project/JuliaLang/julia/build/1.0.7908

@ararslan
Copy link
Member

The tests are passing on Linux, but the OS X build stalled while upgrading Homebrew. However, the spawn tests are now failing on Windows.

@vtjnash vtjnash merged commit d8e2380 into master Nov 15, 2016
@vtjnash vtjnash deleted the jn/pipe-ulimit branch November 15, 2016 15:43
@tkelman
Copy link
Contributor

tkelman commented Nov 15, 2016

can this be done in runtests.jl or test/spawn.jl? this will still fail Base.runtests("spawn")

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

Successfully merging this pull request may close these issues.

test for fd exhaustion fails if ulimit is configured to allow too many open file descriptors

4 participants