Skip to content

Commit d9961fd

Browse files
committed
fixup: move test, add comment
1 parent 8d33d7e commit d9961fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/parallel/test-cluster-shared-worker-added-after-disconnect.js renamed to test/parallel/test-cluster-shared-leak.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// In Node 4.2.1, this test triggers an assertion in cluster.js. The assertion
2+
// protects against memory leaks. https://github.com/nodejs/node/pull/3510
3+
14
'use strict';
25
const common = require('../common');
36
const assert = require('assert');

0 commit comments

Comments
 (0)