Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 70267a0

Browse filesBrowse files
kvakilruyadorno
authored andcommitted
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 86a7fb0 commit 70267a0
Copy full SHA for 70267a0

File tree

Expand file treeCollapse file tree

3 files changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎…worker-fshandles-error-on-termination.js‎ ‎…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 test/parallel/test-worker-fshandles-error-on-termination.js renamed to test/sequential/test-worker-fshandles-error-on-termination.js

Copy file name to clipboard
File renamed without changes.
Collapse file

‎…r-fshandles-open-close-on-termination.js‎ ‎…r-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 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 clipboard
File renamed without changes.
Collapse file

‎…el/test-worker-http2-stream-terminate.js‎ ‎…al/test-worker-http2-stream-terminate.js‎test/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 numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if (!common.hasCrypto)
55
const assert = require('assert');
66
const http2 = require('http2');
77
const makeDuplexPair = require('../common/duplexpair');
8-
const { Worker, parentPort } = require('worker_threads');
8+
const { parentPort, Worker } = require('worker_threads');
99

1010
// This test ensures that workers can be terminated without error while
1111
// stream activity is ongoing, in particular the C++ function

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.