Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit b63e5d8

Browse files
committed
fix(test-environments): ensure all servers run on separate ports
NODE-884
1 parent be01ffe commit b63e5d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/environments.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ class ReplicaSetEnvironment extends EnvironmentBase {
3737
'mongod',
3838
[
3939
genReplsetConfig(31000, { tags: { loc: 'ny' } }),
40-
genReplsetConfig(31000, { tags: { loc: 'sf' } }),
40+
genReplsetConfig(31001, { tags: { loc: 'sf' } }),
4141
genReplsetConfig(31002, { tags: { loc: 'sf' } }),
4242
genReplsetConfig(31003, { tags: { loc: 'sf' } }),
43-
genReplsetConfig(31000, { tags: { loc: 'sf' } }),
44-
genReplsetConfig(31000, { arbiter: true })
43+
genReplsetConfig(31004, { tags: { loc: 'sf' } }),
44+
genReplsetConfig(31005, { arbiter: true })
4545
],
4646
{
4747
replSet: 'rs'

0 commit comments

Comments
 (0)