-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Flaky parallel/test-http-readable-data-event #19905
Labels
flaky-test
Issues and PRs related to the tests with unstable failures on the CI.
test
Issues and PRs related to the tests.
Comments
BridgeAR
added
test
Issues and PRs related to the tests.
freebsd
Issues and PRs related to the FreeBSD platform.
flaky-test
Issues and PRs related to the tests with unstable failures on the CI.
labels
Apr 9, 2018
This is in on me. However, feel free to get to it if anyone has some spare cycles. |
I'm able to replicate locally: $ tools/test.py -j 96 --repeat 192 parallel/test-http-readable-data-event
=== release test-http-readable-data-event ===
Path: parallel/test-http-readable-data-event
assert.js:79
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: 'Hello World!Hello again later!' strictEqual 'Hello World!'
at IncomingMessage.res.on.common.mustCall (/Users/trott/io.js/test/parallel/test-http-readable-data-event.js:43:14)
at IncomingMessage.<anonymous> (/Users/trott/io.js/test/common/index.js:467:15)
at IncomingMessage.emit (events.js:182:13)
at IncomingMessage.Readable.read (_stream_readable.js:489:10)
at IncomingMessage.res.on.common.mustCall (/Users/trott/io.js/test/parallel/test-http-readable-data-event.js:36:20)
at IncomingMessage.<anonymous> (/Users/trott/io.js/test/common/index.js:467:15)
at IncomingMessage.emit (events.js:182:13)
at emitReadable_ (_stream_readable.js:537:12)
at process._tickCallback (internal/process/next_tick.js:174:19)
Command: out/Release/node /Users/trott/io.js/test/parallel/test-http-readable-data-event.js
=== release test-http-readable-data-event ===
Path: parallel/test-http-readable-data-event
assert.js:79
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: 'Hello World!Hello again later!' strictEqual 'Hello World!'
at IncomingMessage.res.on.common.mustCall (/Users/trott/io.js/test/parallel/test-http-readable-data-event.js:43:14)
at IncomingMessage.<anonymous> (/Users/trott/io.js/test/common/index.js:467:15)
at IncomingMessage.emit (events.js:182:13)
at IncomingMessage.Readable.read (_stream_readable.js:489:10)
at IncomingMessage.res.on.common.mustCall (/Users/trott/io.js/test/parallel/test-http-readable-data-event.js:36:20)
at IncomingMessage.<anonymous> (/Users/trott/io.js/test/common/index.js:467:15)
at IncomingMessage.emit (events.js:182:13)
at emitReadable_ (_stream_readable.js:537:12)
at process._tickCallback (internal/process/next_tick.js:174:19)
Command: out/Release/node /Users/trott/io.js/test/parallel/test-http-readable-data-event.js
=== release test-http-readable-data-event ===
Path: parallel/test-http-readable-data-event
assert.js:79
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: 'Hello World!Hello again later!' strictEqual 'Hello World!'
at IncomingMessage.res.on.common.mustCall (/Users/trott/io.js/test/parallel/test-http-readable-data-event.js:43:14)
at IncomingMessage.<anonymous> (/Users/trott/io.js/test/common/index.js:467:15)
at IncomingMessage.emit (events.js:182:13)
at IncomingMessage.Readable.read (_stream_readable.js:489:10)
at IncomingMessage.res.on.common.mustCall (/Users/trott/io.js/test/parallel/test-http-readable-data-event.js:36:20)
at IncomingMessage.<anonymous> (/Users/trott/io.js/test/common/index.js:467:15)
at IncomingMessage.emit (events.js:182:13)
at emitReadable_ (_stream_readable.js:537:12)
at process._tickCallback (internal/process/next_tick.js:174:19)
Command: out/Release/node /Users/trott/io.js/test/parallel/test-http-readable-data-event.js
=== release test-http-readable-data-event ===
Path: parallel/test-http-readable-data-event
assert.js:79
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: 'Hello World!Hello again later!' strictEqual 'Hello World!'
at IncomingMessage.res.on.common.mustCall (/Users/trott/io.js/test/parallel/test-http-readable-data-event.js:43:14)
at IncomingMessage.<anonymous> (/Users/trott/io.js/test/common/index.js:467:15)
at IncomingMessage.emit (events.js:182:13)
at IncomingMessage.Readable.read (_stream_readable.js:489:10)
at IncomingMessage.res.on.common.mustCall (/Users/trott/io.js/test/parallel/test-http-readable-data-event.js:36:20)
at IncomingMessage.<anonymous> (/Users/trott/io.js/test/common/index.js:467:15)
at IncomingMessage.emit (events.js:182:13)
at emitReadable_ (_stream_readable.js:537:12)
at process._tickCallback (internal/process/next_tick.js:174:19)
Command: out/Release/node /Users/trott/io.js/test/parallel/test-http-readable-data-event.js
[00:09|% 100|+ 188|- 4]: Done
$ |
(Not specific to FreeBSD. Replicated on macOS.) |
Moving to |
4 tasks
2 tasks
Potential fix in #19931. |
mcollina
added a commit
to mcollina/node
that referenced
this issue
Apr 11, 2018
jasnell
pushed a commit
that referenced
this issue
Apr 16, 2018
Fixes: #19905 PR-URL: #19931 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
flaky-test
Issues and PRs related to the tests with unstable failures on the CI.
test
Issues and PRs related to the tests.
https://ci.nodejs.org/job/node-test-commit-linux-containered/3545/nodes=ubuntu1604_sharedlibs_debug_x64/console
https://ci.nodejs.org/job/node-test-commit-freebsd/16844/nodes=freebsd10-64/console
https://ci.nodejs.org/job/node-test-commit-freebsd/16849/nodes=freebsd10-64/console
Ping @nodejs/http @nodejs/http2
The text was updated successfully, but these errors were encountered: