test: reduce waitForInitialBreak() flakiness in debugger tests #81874
Annotations
5 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-debugger-extract-function-name.mjs#L0
--- stderr ---
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /\[Function\]/. Input:
'Break on start in test/fixtures/debugger/three-lines.js:1\n' +
'> 1 let x = 1;\n' +
' 2 x = x + 1;\n' +
' 3 module.exports = x;\n' +
'\n' +
'debug> '
at file:///home/runner/work/node/node/node/test/parallel/test-debugger-extract-function-name.mjs:20:10
at process.processTicksAndRejections (node:internal/process/task_queues:104:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Break on start in test/fixtures/debugger/three-lines.js:1\n' +
'> 1 let x = 1;\n' +
' 2 x = x + 1;\n' +
' 3 module.exports = x;\n' +
'\n' +
'debug> ',
expected: /\[Function\]/,
operator: 'match',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-debugger-extract-function-name.mjs
|
|
test-linux (ubuntu-24.04)
Canceling since a higher priority waiting request for Test Linux-debugger-flaky-61762-attach-sync exists
|
|
test-linux (ubuntu-24.04)
The operation was canceled.
|
|
Test Linux
Canceling since a higher priority waiting request for Test Linux-debugger-flaky-61762-attach-sync exists
|
|
sccache stats
66% - 3217 hits, 1643 misses, 0 errors
|
|
sccache stats
77% - 3745 hits, 1102 misses, 0 errors
|