Skip to content

Commit 69a97b5

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 270d40b commit 69a97b5

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
@@ -19,6 +19,18 @@ test-fs-read-stream-concurrent-reads: PASS, FLAKY
1919
# https://github.com/nodejs/build/issues/3043
2020
test-snapshot-incompatible: SKIP
2121

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

0 commit comments

Comments
 (0)