Sha256: ed4fc50498b8959e8046b86cb88acdc477284fb31a92732a406bc68e8352d644
Contents?: true
Size: 716 Bytes
Versions: 70
Compression:
Stored size: 716 Bytes
Contents
tests: - description: "Valid connection pool options are parsed correctly" uri: "mongodb://example.com/?maxIdleTimeMS=50000" valid: true warning: false hosts: ~ auth: ~ options: maxIdleTimeMS: 50000 - description: "Non-numeric maxIdleTimeMS causes a warning" uri: "mongodb://example.com/?maxIdleTimeMS=invalid" valid: true warning: true hosts: ~ auth: ~ options: {} - description: "Too low maxIdleTimeMS causes a warning" uri: "mongodb://example.com/?maxIdleTimeMS=-2" valid: true warning: true hosts: ~ auth: ~ options: {}
Version data entries
70 entries across 70 versions & 3 rubygems