-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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 parallel/test-cluster-send-handle-large-payload failure on FreeBSD #14844
Comments
sigh Not sure how this can happen, but at least this is an OS I can get access to. |
Stress test to get an idea of just how flaky this is: https://ci.nodejs.org/job/node-stress-single-test/1375/nodes=freebsd10-64/ |
It happened again recently. |
Stress test, once in sequence and once with Sequence: https://ci.nodejs.org/job/node-stress-single-test/1787/nodes=freebsd11-x64/ |
I messed up the parallel stress test. Here it is again, hopefully correctly done this time: https://ci.nodejs.org/job/node-stress-single-test/1789/nodes=freebsd11-x64/ |
Parallel results suggest this is an issue about resource constraints and it might be solved (or mitigated) by moving the test to ok 1 parallel/test-cluster-send-handle-large-payload
---
duration_ms: 2.853
...
ok 2 parallel/test-cluster-send-handle-large-payload
---
duration_ms: 3.294
...
ok 3 parallel/test-cluster-send-handle-large-payload
---
duration_ms: 3.316
...
ok 4 parallel/test-cluster-send-handle-large-payload
---
duration_ms: 3.172
...
not ok 5 parallel/test-cluster-send-handle-large-payload
---
duration_ms: 3.92
severity: fail
stack: |-
undefined:1
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
SyntaxError: Unexpected token a in JSON at position 0
at JSON.parse (<anonymous>)
at Pipe.channel.onread (internal/child_process.js:490:28)
...
ok 6 parallel/test-cluster-send-handle-large-payload
---
duration_ms: 3.236 |
test-cluster-send-handle-large-payload is susceptible to failure if it is competing for resources. Move to `sequential` directory so it is not competing with other tests. Fixes: nodejs#14844
(Sequential stress test turned up green. It was just the parallel stress test that showed the failures.) |
I looked into this a while ago and IIRC it seemed to me that it could be related with a bug in the |
New and different failure for test-cluster-send-handle-large-payload, this time on FreeBSD.
https://ci.nodejs.org/job/node-test-commit-freebsd/10969/nodes=freebsd10-64/console
@addaleax
The text was updated successfully, but these errors were encountered: