-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Closed
Copy link
Labels
flaky-testIssues and PRs related to the tests with unstable failures on the CI.Issues and PRs related to the tests with unstable failures on the CI.macosIssues and PRs related to the macOS platform / OSX.Issues and PRs related to the macOS platform / OSX.
Description
Test
parallel/test-http-remove-connection-header-persists-connection
Platform
macOS x64
Console output
=== release test-http-remove-connection-header-persists-connection ===
Path: parallel/test-http-remove-connection-header-persists-connection
node:assert:125
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at /Users/debadreechatterjee/Documents/Personal/node/test/parallel/test-http-remove-connection-header-persists-connection.js:67:16
at Timeout._onTimeout (/Users/debadreechatterjee/Documents/Personal/node/test/parallel/test-http-remove-connection-header-persists-connection.js:54:7)
at listOnTimeout (node:internal/timers:573:17)
at process.processTimers (node:internal/timers:514:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual'
}
Node.js v20.0.0-pre
Build links
- src: register external references for source code #47055, test: mark test-http-max-sockets as flaky on win32 #47134,
- node-api: deprecate napi_module_register based registration #46319, buffer: use private properties for brand checks in File #47154,
- src: stop copying code cache #47144, deps: delete deps/zlib #47157,
- deps: update corepack to 0.17.1 #47156, test: unused callback variables removed #47167,
- stream: don't wait for next item in take when finished #47132, src: replace impossible THROW with CHECK #47168,
- inspector: log response and requests in the inspector for debugging #46941
Additional information
This easily reproducible locally on a intel mac by python3 tools/test.py parallel/test-http-remove-connection-header-persists-connection -j10 --repeat 1000
Metadata
Metadata
Assignees
Labels
flaky-testIssues and PRs related to the tests with unstable failures on the CI.Issues and PRs related to the tests with unstable failures on the CI.macosIssues and PRs related to the macOS platform / OSX.Issues and PRs related to the macOS platform / OSX.