-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
tcp-stress-test.rs fails in master #35107
Comments
It looks like that test is already ignored on lot's of platforms:
And far as I can tell it fails because it can only spawn |
I believe this issue manifest itself since #33640, when the failing assert was introduced. |
Is this something to be handled upstream? I don't think we can easily Should I just patch out the failing test on our side? Am 29.07.2016 12:53 schrieb "Tim Neumann" notifications@github.com:
|
Mh, I'm not that familiar with the topic, better wait for someone like @alexcrichton to chime in, who know better, whats going on. (Just on a side note, the |
It should be fine to just turn down the size of this tests, it was originally meant to stress libuv and turn up bugs, but that's long gone now! |
@alexcrichton Thanks! Lowering the thread count to |
Sure, sounds good to me! |
…ead-count, r=alexcrichton tcp-stress-test: Pull out thread count as a constant This PR factors out the number of concurrent threads used in `tcp-stress-test.rs` to a constant at the top of the file. We at @NixOS had to lower our thread count as the chrooted-builds don't allow that many threads. This change will make it easier to lower/increase the count in the future (I actually forgot to change the second `1000` when I was working on this). Another benefit is the removal of magic numbers in the test suite. This is related to rust-lang#35107
I'm packaging
unstable
(rev d9a911d) for NixOS. Right now I can't continue here as one test fails. I'm not sure if this is related to our chrooted build environment or if it's an upstream issue.Noteworthy is also that
beta
andstable
are working fine (with the same build process).Error messages:
I forgot to pipe the build output to a file, but I'm running it again now and will include a link to the full output as soon as possible.
The text was updated successfully, but these errors were encountered: