summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/server-selection/server_selection/ReplicaSetNoPrimary/read/Secondary_multi_tags.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/server-selection/server_selection/ReplicaSetNoPrimary/read/Secondary_multi_tags.yml')
-rw-r--r--src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/server-selection/server_selection/ReplicaSetNoPrimary/read/Secondary_multi_tags.yml31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/server-selection/server_selection/ReplicaSetNoPrimary/read/Secondary_multi_tags.yml b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/server-selection/server_selection/ReplicaSetNoPrimary/read/Secondary_multi_tags.yml
deleted file mode 100644
index c2ca6184517..00000000000
--- a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/server-selection/server_selection/ReplicaSetNoPrimary/read/Secondary_multi_tags.yml
+++ /dev/null
@@ -1,31 +0,0 @@
-# Catch bugs like CDRIVER-1447, ensure clients select a server that matches all
-# tags, even when the other server mismatches multiple tags.
----
-topology_description:
- type: ReplicaSetNoPrimary
- servers:
- - &1
- address: b:27017
- avg_rtt_ms: 5
- type: RSSecondary
- tags:
- rack: one
- data_center: nyc
- - &2
- address: c:27017
- avg_rtt_ms: 5
- type: RSSecondary
- tags:
- rack: two
- data_center: sf
-operation: read
-read_preference:
- mode: Secondary
- tag_sets:
- - data_center: nyc
- rack: one
- - other_tag: doesntexist
-suitable_servers:
-- *1
-in_latency_window:
-- *1