-
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
Flaky test test-zlib-brotli-16GB
#51772
Comments
Failed in https://ci.nodejs.org/job/node-test-commit-linux-containered/41606/nodes=ubuntu2204_sharedlibs_icu_x64/ as well. 12:03:15 not ok 3348 parallel/test-zlib-brotli-16GB
12:03:15 ---
12:03:15 duration_ms: 623.88700
12:03:15 severity: fail
12:03:15 exitcode: 1
12:03:15 stack: |-
12:03:15 node:assert:126
12:03:15 throw new AssertionError(obj);
12:03:15 ^
12:03:15
12:03:15 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
12:03:15
12:03:15 0 !== 1
12:03:15
12:03:15 at Timeout.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-zlib-brotli-16GB.js:21:3)
12:03:15 at Timeout._onTimeout (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:473:15)
12:03:15 at listOnTimeout (node:internal/timers:573:17)
12:03:15 at process.processTimers (node:internal/timers:514:7) {
12:03:15 generatedMessage: true,
12:03:15 code: 'ERR_ASSERTION',
12:03:15 actual: 0,
12:03:15 expected: 1,
12:03:15 operator: 'strictEqual'
12:03:15 }
12:03:15
12:03:15 Node.js v22.0.0-pre
12:03:15 ... |
So, I've "fixed" it in a single branch (v20 I guess) by increasing the platform timeout to 500 https://github.com/nodejs/node/blob/v20.x/test/parallel/test-zlib-brotli-16GB.js#L22. While this isn't a "fix", we could use until find a better test suite. |
I'd love a better way to test for this bug :/. |
Test
test/parallel/test-zlib-brotli-16GB.js
Platform
AIX
Console output
Build links
Additional information
No response
The text was updated successfully, but these errors were encountered: