-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Open
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.
Description
Test
test-inspector-network-http2-compressed
Platform
No response
Console output
---
duration_ms: 331.7
exitcode: 1
severity: fail
stack: |-
Debugger listening on ws://127.0.0.1:43163/38b40d75-7eca-4e11-9dae-bf85bee27d3c
For help, see: https://nodejs.org/en/docs/inspector
node:internal/process/promises:332
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ ''
- 'hello world compressed http2\n'
at testCompressedResponse (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-inspector-network-http2-compressed.js:223:10)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async testNetworkInspection (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-inspector-network-http2-compressed.js:248:3)
at async Http2SecureServer.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-inspector-network-http2-compressed.js:274:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '',
expected: 'hello world compressed http2\n',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-preAdditional information
It's only reported in nodejs/reliability#1441 and nodejs/reliability#1442, indicating it's quite new and can probably be bisected.
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.