Skip to content

Commit 180a121

Browse files
committed
Sync SDAM spec tests to 348d2f39, which includes maxWireVersion fixes.
1 parent 6c5364a commit 180a121

File tree

191 files changed

+1036
-317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+1036
-317
lines changed

testdata/server-discovery-and-monitoring/monitoring/discovered_standalone.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"helloOk": true,
1212
"isWritablePrimary": true,
1313
"minWireVersion": 0,
14-
"maxWireVersion": 6
14+
"maxWireVersion": 21
1515
}
1616
]
1717
],

testdata/server-discovery-and-monitoring/monitoring/discovered_standalone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ phases:
55
responses:
66
-
77
- "a:27017"
8-
- { ok: 1, helloOk: true, isWritablePrimary: true, minWireVersion: 0, maxWireVersion: 6 }
8+
- { ok: 1, helloOk: true, isWritablePrimary: true, minWireVersion: 0, maxWireVersion: 21 }
99

1010
outcome:
1111
events:

testdata/server-discovery-and-monitoring/monitoring/replica_set_with_no_primary.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"b:27017"
2020
],
2121
"minWireVersion": 0,
22-
"maxWireVersion": 6
22+
"maxWireVersion": 21
2323
}
2424
]
2525
],

testdata/server-discovery-and-monitoring/monitoring/replica_set_with_no_primary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ phases:
1717
- "a:27017"
1818
- "b:27017"
1919
minWireVersion: 0
20-
maxWireVersion: 6
20+
maxWireVersion: 21
2121
outcome:
2222
events:
2323
-

testdata/server-discovery-and-monitoring/monitoring/replica_set_with_primary.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"b:27017"
1919
],
2020
"minWireVersion": 0,
21-
"maxWireVersion": 6
21+
"maxWireVersion": 21
2222
}
2323
]
2424
],

testdata/server-discovery-and-monitoring/monitoring/replica_set_with_primary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ phases:
1616
- "a:27017"
1717
- "b:27017"
1818
minWireVersion: 0
19-
maxWireVersion: 6
19+
maxWireVersion: 21
2020
outcome:
2121
events:
2222
-

testdata/server-discovery-and-monitoring/monitoring/replica_set_with_removal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"a:27017"
7070
],
7171
"minWireVersion": 0,
72-
"maxWireVersion": 6
72+
"maxWireVersion": 21
7373
}
7474
],
7575
[

testdata/server-discovery-and-monitoring/monitoring/replica_set_with_removal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ phases:
5050
primary: "a:27017",
5151
hosts: [ "a:27017" ],
5252
minWireVersion: 0,
53-
maxWireVersion: 6
53+
maxWireVersion: 21
5454
}
5555
-
5656
- "b:27017"

testdata/server-discovery-and-monitoring/monitoring/required_replica_set.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"b:27017"
1919
],
2020
"minWireVersion": 0,
21-
"maxWireVersion": 6
21+
"maxWireVersion": 21
2222
}
2323
]
2424
],

testdata/server-discovery-and-monitoring/monitoring/required_replica_set.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ phases:
1414
primary: "a:27017",
1515
hosts: [ "a:27017", "b:27017" ],
1616
minWireVersion: 0,
17-
maxWireVersion: 6
17+
maxWireVersion: 21
1818
}
1919
outcome:
2020
events:

0 commit comments

Comments
 (0)