...

Text file src/go.mongodb.org/mongo-driver/testdata/server-discovery-and-monitoring/sharded/normalize_uri_case.yml

Documentation: go.mongodb.org/mongo-driver/testdata/server-discovery-and-monitoring/sharded

     1description: "Normalize URI case"
     2
     3uri: "mongodb://A,B"
     4
     5phases: [
     6
     7    {
     8        responses: [
     9        ],
    10
    11        outcome: {
    12
    13            servers: {
    14
    15                "a:27017": {
    16
    17                    type: "Unknown",
    18                    setName:
    19                },
    20
    21                "b:27017": {
    22
    23                    type: "Unknown",
    24                    setName:
    25                }
    26            },
    27            topologyType: "Unknown",
    28            logicalSessionTimeoutMinutes: null,
    29            setName:
    30        }
    31    }
    32]

View as plain text