summaryrefslogtreecommitdiff
path: root/src/mongo/client/sdam/json_tests/server_selection_tests/server_selection/ReplicaSetNoPrimary/read/PossiblePrimaryNearest.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/sdam/json_tests/server_selection_tests/server_selection/ReplicaSetNoPrimary/read/PossiblePrimaryNearest.json')
-rw-r--r--src/mongo/client/sdam/json_tests/server_selection_tests/server_selection/ReplicaSetNoPrimary/read/PossiblePrimaryNearest.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/mongo/client/sdam/json_tests/server_selection_tests/server_selection/ReplicaSetNoPrimary/read/PossiblePrimaryNearest.json b/src/mongo/client/sdam/json_tests/server_selection_tests/server_selection/ReplicaSetNoPrimary/read/PossiblePrimaryNearest.json
new file mode 100644
index 00000000000..bf9c70b420e
--- /dev/null
+++ b/src/mongo/client/sdam/json_tests/server_selection_tests/server_selection/ReplicaSetNoPrimary/read/PossiblePrimaryNearest.json
@@ -0,0 +1,21 @@
+{
+ "topology_description": {
+ "type": "ReplicaSetNoPrimary",
+ "servers": [
+ {
+ "address": "b:27017",
+ "avg_rtt_ms": 5,
+ "type": "PossiblePrimary"
+ }
+ ]
+ },
+ "operation": "read",
+ "read_preference": {
+ "mode": "Nearest",
+ "tag_sets": [
+ {}
+ ]
+ },
+ "suitable_servers": [],
+ "in_latency_window": []
+}