Skip to content

Commit c3cc56b

Browse files
committed
test: rename test-regress-nodejsGH-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: nodejs#19105 Refs: https://github.com/nodejs/node/blob/master/doc/guides/writing-tests.md#test-structure
1 parent 8532aaa commit c3cc56b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/sequential/test-regress-GH-877.js renamed to 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)