From 1a6f99c6537605668f8e63e225d25aef1717ad6d Mon Sep 17 00:00:00 2001 From: Shane Harvey Date: Tue, 5 Dec 2023 13:27:18 -0800 Subject: [PATCH] PYTHON-3822 Add SRV test with uppercase hostname (#1423) --- .../replica-set/uri-with-uppercase-hostname.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/srv_seedlist/replica-set/uri-with-uppercase-hostname.json diff --git a/test/srv_seedlist/replica-set/uri-with-uppercase-hostname.json b/test/srv_seedlist/replica-set/uri-with-uppercase-hostname.json new file mode 100644 index 000000000..40579aa44 --- /dev/null +++ b/test/srv_seedlist/replica-set/uri-with-uppercase-hostname.json @@ -0,0 +1,16 @@ +{ + "uri": "mongodb+srv://TEST1.TEST.BUILD.10GEN.CC", + "seeds": [ + "localhost.test.build.10gen.cc:27017", + "localhost.test.build.10gen.cc:27018" + ], + "hosts": [ + "localhost:27017", + "localhost:27018", + "localhost:27019" + ], + "options": { + "ssl": true + }, + "ping": true +}