Skip to content

Commit fa1f4a1

Browse files
committed
Add SDAM single mongos test
1 parent bc98ba9 commit fa1f4a1

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
setName:
31+
}
32+
}
33+
]

0 commit comments

Comments
 (0)