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