Sha256: 44b5e09fc9290632be2c014460cf44f19f330759231eac71f3cb3b2745d58015
Contents?: true
Size: 947 Bytes
Versions: 49
Compression:
Stored size: 947 Bytes
Contents
tests: - description: "Default" uri: "mongodb://localhost/" valid: true warning: false readConcern: { } - description: "local specified" uri: "mongodb://localhost/?readConcernLevel=local" valid: true warning: false readConcern: { level: "local" } - description: "majority specified" uri: "mongodb://localhost/?readConcernLevel=majority" valid: true warning: false readConcern: { level: "majority" } - description: "linearizable specified" uri: "mongodb://localhost/?readConcernLevel=linearizable" valid: true warning: false readConcern: { level: "linearizable" } - description: "available specified" uri: "mongodb://localhost/?readConcernLevel=available" valid: true warning: false readConcern: { level: "available" }
Version data entries
49 entries across 49 versions & 2 rubygems