1description: "Incompatible ghost"
2uri: "mongodb://a,b/?replicaSet=rs"
3phases:
4  - responses:
5      -
6        - "a:27017"
7        - ok: 1
8          ismaster: true
9          setName: "rs"
10          hosts: ["a:27017", "b:27017"]
11          minWireVersion: 0
12          maxWireVersion: 6
13      -
14        - "b:27017"
15        - ok: 1
16          isreplicaset: true
17          minWireVersion: 0
18          maxWireVersion: 1
19    outcome:
20      servers:
21        "a:27017":
22          type: "RSPrimary"
23          setName: "rs"
24        "b:27017":
25          type: "RSGhost"
26          setName:
27      topologyType: "ReplicaSetWithPrimary"
28      setName: "rs"
29      logicalSessionTimeoutMinutes: ~
30      compatible: false
31