The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# 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