...

Text file src/go.mongodb.org/mongo-driver/testdata/initial-dns-seedlist-discovery/replica-set/uri-with-two-hosts.json

Documentation: go.mongodb.org/mongo-driver/testdata/initial-dns-seedlist-discovery/replica-set

     1{
     2  "uri": "mongodb+srv://test5.test.build.10gen.cc,test6.test.build.10gen.cc/?replicaSet=repl0",
     3  "seeds": [],
     4  "hosts": [],
     5  "error": true,
     6  "comment": "Should fail because the mongodb+srv URI includes two host names."
     7}

View as plain text