test: resolve flaky repl test #88472
Annotations
2 errors and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-repl-user-error-handler.mjs#L54
--- stdout ---
Test failure: 'async: true, handleErrorReturn: ignore'
Location: test/parallel/test-repl-user-error-handler.mjs:25:13
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'Inspector error -32000: Promise was collected'
- 'testerror'
at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-repl-user-error-handler.mjs:54:14)
at async Test.run (node:internal/test_runner/test:1404:7)
at async TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-repl-user-error-handler.mjs:25:5)
at async Test.run (node:internal/test_runner/test:1404:7)
at async startSubtestAfterBootstrap (node:internal/test_runner/harness:387:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Inspector error -32000: Promise was collected',
expected: 'testerror',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-repl-user-error-handler.mjs
|
|
sccache stats - test-linux
87% - 4385 hits, 645 misses, 0 errors
|
|
sccache stats - test-linux
79% - 3987 hits, 1054 misses, 0 errors
|