-
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 test-net-socket-local-address #2475
Comments
joaocgreis
added
build
Issues and PRs related to build files or the CI.
test
Issues and PRs related to the tests.
labels
Aug 20, 2015
brendanashworth
added
the
freebsd
Issues and PRs related to the FreeBSD platform.
label
Aug 21, 2015
ref to #2464 |
Would it make sense to add code that skips the test if it is being run in a FreeBSD jail? Or is the jail not really the problem here? /cc @jbergstroem |
Still flaky: https://ci.nodejs.org/job/node-test-commit-freebsd/405/nodes=freebsd102-64/console:
Reopening. |
Trott
added a commit
to Trott/io.js
that referenced
this issue
Nov 25, 2015
Mark test-net-socket-local-address flaky on FreeBSD. It times out with some frequency on CI. Ref: nodejs#2475
Trott
added a commit
to Trott/io.js
that referenced
this issue
Nov 27, 2015
Mark test-net-socket-local-address flaky on FreeBSD. It times out with some frequency on CI. Ref: nodejs#2475 PR-URL: nodejs#4016 Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
Trott
added a commit
to Trott/io.js
that referenced
this issue
Nov 27, 2015
test-net-socket-local-address had a race condition that resulted in unreliability on FreeBSD. This changes fixes the issue. Fixes: nodejs#2475
Should be fixed (for real this time, I hope) in #4052 |
Trott
added a commit
that referenced
this issue
Dec 1, 2015
Test test-net-socket-local-address is flaky in FreeBSD jail but robust otherwise. Fixes: #2475 PR-URL: #3995 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Trott
added a commit
that referenced
this issue
Dec 1, 2015
Mark test-net-socket-local-address flaky on FreeBSD. It times out with some frequency on CI. Ref: #2475 PR-URL: #4016 Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
Trott
added a commit
to Trott/io.js
that referenced
this issue
Dec 1, 2015
test-net-socket-local-address had a race condition that resulted in unreliability on FreeBSD and Windows. This changes fixes the issue. Fixes: nodejs#2475
bnoordhuis
added a commit
to bnoordhuis/io.js
that referenced
this issue
Dec 1, 2015
Fix flakiness where the client sometimes closed the server before the server had the chance to process the outstanding client connection. Make the server close itself instead. Fixes: nodejs#2475
Trott
added a commit
that referenced
this issue
Dec 4, 2015
Test test-net-socket-local-address is flaky in FreeBSD jail but robust otherwise. Fixes: #2475 PR-URL: #3995 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Trott
added a commit
that referenced
this issue
Dec 4, 2015
Mark test-net-socket-local-address flaky on FreeBSD. It times out with some frequency on CI. Ref: #2475 PR-URL: #4016 Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
Trott
added a commit
that referenced
this issue
Dec 5, 2015
Test test-net-socket-local-address is flaky in FreeBSD jail but robust otherwise. Fixes: #2475 PR-URL: #3995 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Trott
added a commit
that referenced
this issue
Dec 5, 2015
Mark test-net-socket-local-address flaky on FreeBSD. It times out with some frequency on CI. Ref: #2475 PR-URL: #4016 Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
Trott
added a commit
that referenced
this issue
Dec 5, 2015
test-net-socket-local-address had a race condition that resulted in unreliability on FreeBSD and Windows. This changes fixes the issue. Fixes: #2475 PR-URL: #4109 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Johan Bergström <[email protected]>
Trott
added a commit
that referenced
this issue
Dec 17, 2015
Test test-net-socket-local-address is flaky in FreeBSD jail but robust otherwise. Fixes: #2475 PR-URL: #3995 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Trott
added a commit
that referenced
this issue
Dec 17, 2015
Mark test-net-socket-local-address flaky on FreeBSD. It times out with some frequency on CI. Ref: #2475 PR-URL: #4016 Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
Trott
added a commit
that referenced
this issue
Dec 23, 2015
Test test-net-socket-local-address is flaky in FreeBSD jail but robust otherwise. Fixes: #2475 PR-URL: #3995 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Trott
added a commit
that referenced
this issue
Dec 23, 2015
Mark test-net-socket-local-address flaky on FreeBSD. It times out with some frequency on CI. Ref: #2475 PR-URL: #4016 Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
Trott
added a commit
that referenced
this issue
Dec 29, 2015
test-net-socket-local-address had a race condition that resulted in unreliability on FreeBSD and Windows. This changes fixes the issue. Fixes: #2475 PR-URL: #4109 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Johan Bergström <[email protected]>
MylesBorins
pushed a commit
that referenced
this issue
Jan 19, 2016
test-net-socket-local-address had a race condition that resulted in unreliability on FreeBSD and Windows. This changes fixes the issue. Fixes: #2475 PR-URL: #4109 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Johan Bergström <[email protected]>
scovetta
pushed a commit
to scovetta/node
that referenced
this issue
Apr 2, 2016
Test test-net-socket-local-address is flaky in FreeBSD jail but robust otherwise. Fixes: nodejs#2475 PR-URL: nodejs#3995 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
scovetta
pushed a commit
to scovetta/node
that referenced
this issue
Apr 2, 2016
Mark test-net-socket-local-address flaky on FreeBSD. It times out with some frequency on CI. Ref: nodejs#2475 PR-URL: nodejs#4016 Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
scovetta
pushed a commit
to scovetta/node
that referenced
this issue
Apr 2, 2016
test-net-socket-local-address had a race condition that resulted in unreliability on FreeBSD and Windows. This changes fixes the issue. Fixes: nodejs#2475 PR-URL: nodejs#4109 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Johan Bergström <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Examples of failures:
freebsd101-32
freebsd101-64
The text was updated successfully, but these errors were encountered: