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 bc98ba9 commit fa1f4a1Copy full SHA for fa1f4a1
spec/support/sdam/sharded/single_mongos.yml
@@ -0,0 +1,33 @@
1
+description: "Single mongos"
2
+
3
+uri: "mongodb://a"
4
5
+phases: [
6
7
+ {
8
+ responses: [
9
10
+ ["a:27017", {
11
12
+ ok: 1,
13
+ ismaster: true,
14
+ msg: "isdbgrid"
15
+ }]
16
+ ],
17
18
+ outcome: {
19
20
+ servers: {
21
22
+ "a:27017": {
23
24
+ type: "Mongos",
25
+ setName:
26
+ }
27
+ },
28
29
+ topologyType: "Sharded",
30
31
32
33
+]
0 commit comments