Sha256: 177c318e2ec51bca1cc5a5f30b300aeff874e3692bca3e7c414e15bd54187ac2
Contents?: true
Size: 1.42 KB
Versions: 6
Compression:
Stored size: 1.42 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 - 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
6 entries across 6 versions & 1 rubygems