24 lines
531 B
YAML
24 lines
531 B
YAML
description: Direct connection with replicaSet URI option
|
|
|
|
uri: "mongodb://a/?replicaSet=rs&directConnection=true"
|
|
|
|
phases:
|
|
# We are connecting to a replica set member
|
|
- responses:
|
|
-
|
|
- "a:27017"
|
|
- ok: 1
|
|
helloOk: true
|
|
isWritablePrimary: true
|
|
setName: rs
|
|
minWireVersion: 0
|
|
maxWireVersion: 6
|
|
outcome:
|
|
servers:
|
|
"a:27017":
|
|
type: "RSPrimary"
|
|
setName: "rs"
|
|
topologyType: "Single"
|
|
logicalSessionTimeoutMinutes:
|
|
setName: rs
|