Sha256: e2881f852189834e6db1302f5f07d2b8dcfa8bc0afb58dc7ba5ab9291027b25e

Contents?: true

Size: 1.44 KB

Versions: 31

Compression:

Stored size: 1.44 KB

Contents

tests:
  -
    description: directConnection=true and connect=direct
    uri: "mongodb://example.com/?directConnection=true&connect=direct"
    valid: true
    warning: false
    hosts: ~
    auth: ~
    options:
      directConnection: true
      connect: direct
  
  -
    description: directConnection=false and connect=direct
    uri: "mongodb://example.com/?directConnection=false&connect=direct"
    valid: false
    warning: false
    hosts: ~
    auth: ~
  
  -
    description: directConnection=true and connect=replica_set
    uri: "mongodb://example.com/?directConnection=true&connect=replica_set&replicaSet=foo"
    valid: false
    warning: false
    hosts: ~
    auth: ~
  
  -
    description: directConnection=false and connect=replica_set
    uri: "mongodb://example.com/?directConnection=false&connect=replica_set&replicaSet=foo"
    valid: true
    warning: false
    hosts: ~
    auth: ~
    options:
      directConnection: false
      connect: replica_set
      replicaSet: foo
    
  -
    description: directConnection=true and connect=sharded
    uri: "mongodb://example.com/?directConnection=true&connect=sharded"
    valid: false
    warning: false
    hosts: ~
    auth: ~
  
  -
    description: directConnection=false and connect=replica_set
    uri: "mongodb://example.com/?directConnection=false&connect=sharded"
    valid: true
    warning: false
    hosts: ~
    auth: ~
    options:
      directConnection: false
      connect: sharded

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
mongo-2.21.0 spec/spec_tests/data/uri_options/ruby-connection-options.yml
mongo-2.20.1 spec/spec_tests/data/uri_options/ruby-connection-options.yml
mogno-2.20.0 spec/spec_tests/data/uri_options/ruby-connection-options.yml
mogno-1.0.0 spec/spec_tests/data/uri_options/ruby-connection-options.yml
mongo-2.20.0 spec/spec_tests/data/uri_options/ruby-connection-options.yml
mongo-2.19.3 spec/spec_tests/data/uri_options/ruby-connection-options.yml
mongo-2.16.4 spec/spec_tests/data/uri_options/ruby-connection-options.yml
mongo-2.17.4 spec/spec_tests/data/uri_options/ruby-connection-options.yml
mongo-2.18.3 spec/spec_tests/data/uri_options/ruby-connection-options.yml
mongo-2.19.2 spec/spec_tests/data/uri_options/ruby-connection-options.yml
mongo-2.19.1 spec/spec_tests/data/uri_options/ruby-connection-options.yml
mongo-2.19.0 spec/spec_tests/data/uri_options/ruby-connection-options.yml
mongo-2.18.2 spec/spec_tests/data/uri_options/ruby-connection-options.yml
mongo-2.17.3 spec/spec_tests/data/uri_options/ruby-connection-options.yml
mongo-2.18.1 spec/spec_tests/data/uri_options/ruby-connection-options.yml
mongo-2.18.0 spec/spec_tests/data/uri_options/ruby-connection-options.yml
mongo-2.17.2 spec/spec_tests/data/uri_options/ruby-connection-options.yml
mongo-2.16.3 spec/spec_tests/data/uri_options/ruby-connection-options.yml
mongo-2.18.0.beta1 spec/spec_tests/data/uri_options/ruby-connection-options.yml
mongo-2.16.2 spec/spec_tests/data/uri_options/ruby-connection-options.yml