Skip to content

Commit 0ece7cc

Browse files
ryzokukenMylesBorins
authored andcommitted
test: rename test-regress-GH-877.js
Rename the test appropriately alongside mentioning the subsystem Also, make a few basic changes to make sure the test conforms to the standard test structure Refs: #19105 Refs: https://github.com/nodejs/node/blob/master/doc/guides/writing-tests.md#test-structure PR-URL: #19161 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent 636a5f6 commit 0ece7cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/sequential/test-regress-GH-877.js test/sequential/test-http-max-sockets.js

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121

2222
'use strict';
2323
const common = require('../common');
24+
25+
// Make sure http server doesn't wait for socket pool to establish connections
26+
// https://github.com/nodejs/node-v0.x-archive/issues/877
27+
2428
const http = require('http');
2529
const assert = require('assert');
2630

0 commit comments

Comments
 (0)