Skip to content

Commit 9de9014

Browse files
committed
test: rename test-regress-nodejsGH-3238
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 363aa96 commit 9de9014

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/parallel/test-regress-GH-3238.js test/parallel/test-cluster-kill-disconnect.js

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
'use strict';
22
const common = require('../common');
3+
4+
// Check that cluster works perfectly for both `kill` and `disconnect` cases.
5+
// Also take into account that the `disconnect` event may be received after the
6+
// `exit` event.
7+
38
const assert = require('assert');
49
const cluster = require('cluster');
510

0 commit comments

Comments
 (0)