mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
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: https://github.com/nodejs/node/issues/19105 Refs: https://github.com/nodejs/node/blob/master/doc/guides/writing-tests.md#test-structure PR-URL: https://github.com/nodejs/node/pull/19161 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
This commit is contained in:
parent
a73a071a05
commit
74ff743289
@ -21,6 +21,10 @@
|
||||
|
||||
'use strict';
|
||||
const common = require('../common');
|
||||
|
||||
// Make sure http server doesn't wait for socket pool to establish connections
|
||||
// https://github.com/nodejs/node-v0.x-archive/issues/877
|
||||
|
||||
const http = require('http');
|
||||
const assert = require('assert');
|
||||
|
Loading…
Reference in New Issue
Block a user