Sha256: e9223b5c15e98c4c1864150009791217b3345df76452bb1a22d666e747f397b9
Contents?: true
Size: 1.34 KB
Versions: 19
Compression:
Stored size: 1.34 KB
Contents
tests: - description: "Unrecognized option keys are ignored" uri: "mongodb://example.com/?foo=bar" valid: true warning: true hosts: - type: "hostname" host: "example.com" port: ~ auth: ~ options: ~ - description: "Unsupported option values are ignored" uri: "mongodb://example.com/?fsync=ifPossible" valid: true warning: true hosts: - type: "hostname" host: "example.com" port: ~ auth: ~ options: ~ - description: "Repeated option keys" uri: "mongodb://example.com/?replicaSet=test&replicaSet=test" valid: true warning: true hosts: - type: "hostname" host: "example.com" port: ~ auth: ~ options: replicaset: "test" - description: "Deprecated (or unknown) options are ignored if replacement exists" uri: "mongodb://example.com/?wtimeout=5&wtimeoutMS=10" valid: true warning: true hosts: - type: "hostname" host: "example.com" port: ~ auth: ~ options: wtimeoutms: 10
Version data entries
19 entries across 19 versions & 1 rubygems