Commit fcd5f7a
test: move tests with many workers to sequential
These tests spawn many workers, which may be CPU intensive causing
timeouts (see the referenced PR for more details). Let's move them
to sequential.
Refs: #44090
PR-URL: #44139
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>1 parent 7007a9f commit fcd5f7aCopy full SHA for fcd5f7a
File tree
Expand file treeCollapse file tree
3 files changed
+1
-1
lines changedOpen diff view settings
Filter options
- test/sequential
Expand file treeCollapse file tree
3 files changed
+1
-1
lines changedOpen diff view settings
Collapse file
…worker-fshandles-error-on-termination.js …worker-fshandles-error-on-termination.jstest/parallel/test-worker-fshandles-error-on-termination.js renamed to test/sequential/test-worker-fshandles-error-on-termination.js test/parallel/test-worker-fshandles-error-on-termination.js renamed to test/sequential/test-worker-fshandles-error-on-termination.js
Copy file name to clipboardFile renamed without changes.
Collapse file
…r-fshandles-open-close-on-termination.js …r-fshandles-open-close-on-termination.jstest/parallel/test-worker-fshandles-open-close-on-termination.js renamed to test/sequential/test-worker-fshandles-open-close-on-termination.js test/parallel/test-worker-fshandles-open-close-on-termination.js renamed to test/sequential/test-worker-fshandles-open-close-on-termination.js
Copy file name to clipboardFile renamed without changes.
Collapse file
…el/test-worker-http2-stream-terminate.js …al/test-worker-http2-stream-terminate.jstest/parallel/test-worker-http2-stream-terminate.js renamed to test/sequential/test-worker-http2-stream-terminate.js test/parallel/test-worker-http2-stream-terminate.js renamed to test/sequential/test-worker-http2-stream-terminate.js
Copy file name to clipboardExpand all lines: test/sequential/test-worker-http2-stream-terminate.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
| 8 | + |
9 | 9 | |
10 | 10 | |
11 | 11 | |
|
0 commit comments