Commit 4481feb
test: parallelize test-without-async-context-frame correctly
It previously re-einvented the pattern matching that's already
supported by test.py, and was running the tests one by one,
which can lead to time out on slower machines.
This move it to sequential and use wildcard
support in test.py to correctly parallelize the tests.
PR-URL: #60273
Fixes: #60268
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>1 parent a744e42 commit 4481febCopy full SHA for 4481feb
File tree
Expand file treeCollapse file tree
2 files changed
+24
-64
lines changedOpen diff view settings
Filter options
- test
- parallel
- sequential
Expand file treeCollapse file tree
2 files changed
+24
-64
lines changedOpen diff view settings
Collapse file
test/parallel/test-without-async-context-frame.mjs
Copy file name to clipboardExpand all lines: test/parallel/test-without-async-context-frame.mjs-64Lines changed: 0 additions & 64 deletions
This file was deleted.
Collapse file
test/sequential/test-without-async-context-frame.mjs
Copy file name to clipboard+24Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
0 commit comments