Skip to content

Commit 82da02b

Browse files
authored
DRIVERS-2668 Add SRV test with uppercase hostname (#1473)
1 parent 022fbf6 commit 82da02b

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

source/initial-dns-seedlist-discovery/tests/replica-set/uri-with-uppercase-hostname.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
uri: "mongodb+srv://TEST1.TEST.BUILD.10GEN.CC"
2+
seeds:
3+
- localhost.test.build.10gen.cc:27017
4+
- localhost.test.build.10gen.cc:27018
5+
hosts:
6+
- localhost:27017
7+
- localhost:27018
8+
- localhost:27019
9+
options:
10+
ssl: true
11+
ping: true

0 commit comments

Comments
 (0)