Skip to content

Commit 087d9e8

Browse files
avivkelleraduh95
authored andcommitted
test: mark test-repl-user-error-handler as flaky
Signed-off-by: Aviv Keller <me@aviv.sh> PR-URL: #64612 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
1 parent b20217c commit 087d9e8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

test/parallel/parallel.status

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ test-snapshot-incompatible: SKIP
2222
# https://github.com/nodejs/node/issues/53579
2323
test-snapshot-reproducible: SKIP
2424

25+
# There's a bug in CDP where `replMode: true` causes the Inspector
26+
# to collect its `Runtime.evaluate` promise before the evaluation
27+
# is complete. This test intentionally runs multiple REPL instances
28+
# in parallel, which significantly increases the likelihood of a
29+
# garbage collection occurring while an evaluation is still pending.
30+
# In normal usage, users typically don't create multiple REPLs
31+
# simultaneously, so this race is much much less likely to occur.
32+
# https://github.com/nodejs/node/issues/64595
33+
# https://issues.chromium.org/issues/536271637
34+
# https://ci.nodejs.org/job/node-stress-single-test/800 (38/1000)
35+
test-repl-user-error-handler: PASS, FLAKY
36+
2537
[$system==win32]
2638
# https://github.com/nodejs/node/issues/59090
2739
test-inspector-network-fetch: PASS, FLAKY

0 commit comments

Comments
 (0)