Sha256: db31c02999a288fb6bebe3721ffcceb0ae351792bdcffbdcb46038cf2264428c

Contents?: true

Size: 838 Bytes

Versions: 27

Compression:

Stored size: 838 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: "Option key and value (escaped null bytes)"
        uri: "mongodb://example.com/?replicaSet=my%00rs"
        valid: true
        warning: false
        hosts:
            -
                type: "hostname"
                host: "example.com"
                port: ~
        auth: ~
        options:
            replicaset: "my\0rs"

Version data entries

27 entries across 24 versions & 3 rubygems

Version Path
mongo-2.2.1 spec/support/connection_string_tests/valid-options.yml
mongo-2.2.0 spec/support/connection_string_tests/valid-options.yml
mongo-2.2.0.rc0 spec/support/connection_string_tests/valid-options.yml
mongo-2.1.2 spec/support/connection_string_tests/valid-options.yml
mongo-2.1.1 spec/support/connection_string_tests/valid-options.yml
mongo-2.1.0 spec/support/connection_string_tests/valid-options.yml
mongo-2.1.0.rc0 spec/support/connection_string_tests/valid-options.yml