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 bbf4621

Browse filesBrowse files
committed
test: mitigate flaky test-http-agent
Reduce number of clients from 100 to 16 as Raspberry Pi in CI starts to exhibit flakiness around 22 or so clients. Fixes: #5184 PR-URL: #5346 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 4bb529d commit bbf4621
Copy full SHA for bbf4621

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+3
-4
lines changed
Open diff view settings
Collapse file

‎test/parallel/parallel.status‎

Copy file name to clipboardExpand all lines: test/parallel/parallel.status
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ test-tls-ticket-cluster : PASS,FLAKY
1111
test-tick-processor : PASS,FLAKY
1212

1313
[$system==linux]
14-
test-http-agent : PASS,FLAKY
1514
test-process-getactivehandles : PASS,FLAKY
16-
test-tick-processor : PASS,FLAKY
15+
test-tick-processor : PASS,FLAKY
1716

1817
[$system==macos]
1918

Collapse file

‎test/parallel/test-http-agent.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-http-agent.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ var server = http.Server(function(req, res) {
99
});
1010

1111
var responses = 0;
12-
var N = 10;
13-
var M = 10;
12+
var N = 4;
13+
var M = 4;
1414

1515
server.listen(common.PORT, function() {
1616
for (var i = 0; i < N; i++) {

0 commit comments

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