Skip to content

Commit da44c2c

Browse files
ryzokukenMylesBorins
authored andcommitted
test: rename test-regress-GH-1697
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 fa43d2f commit da44c2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/sequential/test-regress-GH-1697.js test/sequential/test-regress-net-response_size.js

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121

2222
'use strict';
2323
const common = require('../common');
24+
25+
// Make sure the net module's server doesn't throw an error when handling
26+
// responses that are either too long or too small (especially on windows)
27+
// https://github.com/nodejs/node-v0.x-archive/issues/1697
28+
2429
const net = require('net');
2530
const cp = require('child_process');
2631

0 commit comments

Comments
 (0)