Skip to content

Commit 10bea61

Browse files
committed
Revert "test: fix max wire versions"
This reverts commit aa8b839.
1 parent 4eda38b commit 10bea61

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/spec/server-discovery-and-monitoring/rs/primary_mismatched_me_not_removed.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"primary": "localhost:27017",
1919
"me": "a:27017",
2020
"minWireVersion": 0,
21-
"maxWireVersion": 25
21+
"maxWireVersion": 7
2222
}
2323
]
2424
],
@@ -55,7 +55,7 @@
5555
"primary": "localhost:27017",
5656
"me": "localhost:27018",
5757
"minWireVersion": 0,
58-
"maxWireVersion": 25
58+
"maxWireVersion": 7
5959
}
6060
]
6161
],

test/spec/server-discovery-and-monitoring/rs/primary_mismatched_me_not_removed.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ phases: [
1919
# servers from a primary isWritablePrimary are added to the working server set
2020
me: "a:27017",
2121
minWireVersion: 0,
22-
maxWireVersion: 25
22+
maxWireVersion: 7
2323
}]
2424
],
2525
outcome: {
@@ -53,7 +53,7 @@ phases: [
5353
primary: "localhost:27017",
5454
me: "localhost:27018",
5555
minWireVersion: 0,
56-
maxWireVersion: 25
56+
maxWireVersion: 7
5757
}]
5858
],
5959
outcome: {

0 commit comments

Comments
 (0)