-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Investigate flaky test-http-regr-gh-2928 #5445
Comments
Trott
added
http
Issues or PRs related to the http subsystem.
test
Issues and PRs related to the tests.
smartos
Issues and PRs related to the SmartOS platform.
labels
Feb 26, 2016
/cc @mscdex |
ARGH! This is the SmartOS bug that we actually patched a workaround for in |
Ref: #3960 |
Ref: #3941 |
I think I have a working fix. Will run a Raspberry Pi stress test just to make sure I'm not re-introducing the issue on that platform by solving it for SmartOS. If all goes well, PR tomorrow. |
Trott
added a commit
to Trott/io.js
that referenced
this issue
Mar 1, 2016
There is a known issue with SmartOS that is generally worked around in `tools/test.py`. However, a more robust workaround is required for some tests that open many network connections. `test-http-regr-nodejsgh-2928` is one such test. Fixes: nodejs#5445 Refs: nodejs#3941 PR-URL: nodejs#5454
Fishrock123
pushed a commit
that referenced
this issue
Mar 2, 2016
There is a known issue with SmartOS that is generally worked around in `tools/test.py`. However, a more robust workaround is required for some tests that open many network connections. `test-http-regr-gh-2928` is one such test. Fixes: #5445 Refs: #3941 PR-URL: #5454 Reviewed-By: Fedor Indutny <fedor@indutny.com>
MylesBorins
pushed a commit
that referenced
this issue
Mar 17, 2016
There is a known issue with SmartOS that is generally worked around in `tools/test.py`. However, a more robust workaround is required for some tests that open many network connections. `test-http-regr-gh-2928` is one such test. Fixes: #5445 Refs: #3941 PR-URL: #5454 Reviewed-By: Fedor Indutny <fedor@indutny.com>
MylesBorins
pushed a commit
that referenced
this issue
Mar 21, 2016
There is a known issue with SmartOS that is generally worked around in `tools/test.py`. However, a more robust workaround is required for some tests that open many network connections. `test-http-regr-gh-2928` is one such test. Fixes: #5445 Refs: #3941 PR-URL: #5454 Reviewed-By: Fedor Indutny <fedor@indutny.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example failure:
Stress test confirmation: https://ci.nodejs.org/job/node-stress-single-test/528/nodes=smartos14-32/console
Ref: #4830
The text was updated successfully, but these errors were encountered: