Skip to content
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-worker-exit-code #26379

Closed
mscdex opened this issue Mar 1, 2019 · 5 comments
Closed

Flaky parallel/test-worker-exit-code #26379

mscdex opened this issue Mar 1, 2019 · 5 comments
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. worker Issues and PRs related to Worker support.

Comments

@mscdex
Copy link
Contributor

mscdex commented Mar 1, 2019

  • Version: master
  • Platform: Freebsd
  • Subsystem: worker

https://ci.nodejs.org/job/node-test-commit-freebsd/24346/nodes=freebsd11-x64/console

12:09:52 not ok 2165 parallel/test-worker-exit-code
12:09:52   ---
12:09:52   duration_ms: 0.659
12:09:52   severity: fail
12:09:52   exitcode: 1
12:09:52   stack: |-
12:09:52     ok - 4 exited with 99
12:09:52     ok - 5 exited with 0
12:09:52     ok - 6 exited with 97
12:09:52     Error: ok
12:09:52         at Object.changeCodeInExitWithUncaught [as func] (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/fixtures/process-exit-code-cases.js:93:9)
12:09:52         at MessagePort.parentPort.once (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-worker-exit-code.js:23:54)
12:09:52         at Object.onceWrapper (events.js:285:13)
12:09:52         at MessagePort.emit (events.js:197:13)
12:09:52         at MessagePort.onmessage (internal/worker/io.js:62:8)
12:09:52     ok - 7 exited with 98
12:09:52     Error: ok
12:09:52         at Object.exitWithZeroInExitWithUncaught [as func] (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/fixtures/process-exit-code-cases.js:107:9)
12:09:52         at MessagePort.parentPort.once (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-worker-exit-code.js:23:54)
12:09:52         at Object.onceWrapper (events.js:285:13)
12:09:52         at MessagePort.emit (events.js:197:13)
12:09:52         at MessagePort.onmessage (internal/worker/io.js:62:8)
12:09:52     ok - 8 exited with 0
12:09:52     ok - 0 exited with 42
12:09:52     ok - 1 exited with 42
12:09:52     ok - 2 exited with 0
12:09:52     ok - 3 exited with 1
12:09:52     Mismatched <anonymous> function calls. Expected exactly 1, actual 0.
12:09:52         at Object.mustCall (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/common/index.js:333:10)
12:09:52         at test (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-worker-exit-code.js:36:28)
12:09:52         at testCases.forEach (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-worker-exit-code.js:45:32)
12:09:52         at Array.forEach (<anonymous>)
12:09:52         at parent (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-worker-exit-code.js:45:13)
12:09:52         at Object.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-worker-exit-code.js:16:3)
12:09:52         at Module._compile (internal/modules/cjs/loader.js:806:30)
12:09:52         at Object.Module._extensions..js (internal/modules/cjs/loader.js:817:10)
12:09:52         at Module.load (internal/modules/cjs/loader.js:676:32)
@mscdex mscdex added the worker Issues and PRs related to Worker support. label Mar 1, 2019
@addaleax addaleax added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label Mar 1, 2019
@Trott
Copy link
Member

Trott commented Mar 1, 2019

(Host on above is test-digitalocean-freebsd11-x64-2, just in case that ends up mattering.)

@addaleax
Copy link
Member

addaleax commented Mar 1, 2019

Fwiw, there has been a previous issue for flakiness: #25847

Let’s try to get a feeling for which platforms/machines it might be flaky: https://ci.nodejs.org/job/node-stress-single-test/2163/

@targos
Copy link
Member

targos commented Nov 20, 2021

Closing as there was no recent activity.

@targos targos closed this as completed Nov 20, 2021
@Jimimaku

This comment was marked as spam.

@Trott

This comment was marked as resolved.

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. worker Issues and PRs related to Worker support.
Projects
None yet
Development

No branches or pull requests

5 participants