-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
test-http2-session-timeout flaky on FreeBSD #15326
Comments
Digging into the test it would appear that this is a timout
|
Ref #15167 (comment) |
I am able to reproduce this trivially with:
(Note that at this time you need to apply the patch from #15300 or back out c8a389e to use the test runner like that.) |
This is not FreeBSD-specific. The test is just straight-up not tolerant of concurrency. Removing the |
Aside: This test uses the |
Simplest solution is to bump up PR coming momentarily. |
Fix (or at least mitigation) is in #15328 |
Sorry, everyone. We're trying to get this nailed down. If someone wants to start a stress test for the latest commit apapirovski@3103f89 that would be appreciated! Edit: Sorry, this is the PR #15338 |
I'm on it. |
Increase server timeout to reduce likelihood of triggering race conditions. Fixes: nodejs#15326
Still failing on FreeBSD with some frequency.Example: https://ci.nodejs.org/job/node-test-commit-freebsd/11602/nodes=freebsd10-64/console I'll open a PR to move it to sequential as-is (to get it working right away) and it can be moved back in #15338 whenever that lands. |
Move concurrency-sensitive test to `sequential` directory. It is failing somewhat frequently on FreeBSD in CI. Fixes: nodejs#15326
Increase server timeout, reduce frequency of calls and unbind timeout after runs are done in order to avoid race conditions. Temporarily moved to sequential. Fixes: nodejs#15326
Increase server timeout, reduce frequency of calls and unbind timeout after runs are done in order to avoid race conditions. Temporarily moved to sequential. Fixes: #15326 PR-URL: #15338 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
Increase server timeout, reduce frequency of calls and unbind timeout after runs are done in order to avoid race conditions. Temporarily moved to sequential. Fixes: nodejs/node#15326 PR-URL: nodejs/node#15338 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
Increase server timeout, reduce frequency of calls and unbind timeout after runs are done in order to avoid race conditions. Temporarily moved to sequential. Fixes: nodejs/node#15326 PR-URL: nodejs/node#15338 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
This has been showing up a couple times in the v8.5.0-proposal testing
/cc @nodejs/platform-freebsd
The text was updated successfully, but these errors were encountered: