We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304f854 commit 410dd53Copy full SHA for 410dd53
driver-core/src/test/resources/server-discovery-and-monitoring/rs/secondary_ipv6_literal.json
@@ -0,0 +1,38 @@
1
+{
2
+ "description": "Secondary with IPv6 literal",
3
+ "uri": "mongodb://[::1]/?replicaSet=rs",
4
+ "phases": [
5
+ {
6
+ "responses": [
7
+ [
8
+ "[::1]:27017",
9
10
+ "ok": 1,
11
+ "helloOk": true,
12
+ "isWritablePrimary": false,
13
+ "secondary": true,
14
+ "setName": "rs",
15
+ "me": "[::1]:27017",
16
+ "hosts": [
17
+ "[::1]:27017"
18
+ ],
19
+ "minWireVersion": 0,
20
+ "maxWireVersion": 26
21
+ }
22
+ ]
23
24
+ "outcome": {
25
+ "servers": {
26
+ "[::1]:27017": {
27
+ "type": "RSSecondary",
28
+ "setName": "rs"
29
30
+ },
31
+ "topologyType": "ReplicaSetNoPrimary",
32
33
+ "logicalSessionTimeoutMinutes": null,
34
+ "compatible": true
35
36
37
38
+}
0 commit comments