Sha256: 25f1f941cdcdcb73d721b5114bd9b049a7596d4a32923ea1800053edd706dcb6

Contents?: true

Size: 827 Bytes

Versions: 5

Compression:

Stored size: 827 Bytes

Contents

tests:
    -
        description: "Option names are normalized to lowercase"
        uri: "mongodb://alice:secret@example.com/admin?AUTHMechanism=MONGODB-CR"
        valid: true
        warning: false
        hosts:
            -
                type: "hostname"
                host: "example.com"
                port: ~
        auth:
            username: "alice"
            password: "secret"
            db: "admin"
        options:
            authmechanism: "MONGODB-CR"
    -
        description: "Missing delimiting slash between hosts and options"
        uri: "mongodb://example.com?tls=true"
        valid: true
        warning: false
        hosts:
            -
                type: "hostname"
                host: "example.com"
                port: ~
        auth: ~
        options:
              tls: true

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
mongo-2.21.0 spec/spec_tests/data/connection_string/valid-options.yml
mongo-2.20.1 spec/spec_tests/data/connection_string/valid-options.yml
mogno-2.20.0 spec/spec_tests/data/connection_string/valid-options.yml
mogno-1.0.0 spec/spec_tests/data/connection_string/valid-options.yml
mongo-2.20.0 spec/spec_tests/data/connection_string/valid-options.yml