Sha256: ccfc817139a561026c1348c88c703fd95c55360be1ae5b26f44514725fbd35a8
Contents?: true
Size: 647 Bytes
Versions: 63
Compression:
Stored size: 647 Bytes
Contents
runOn: - minServerVersion: "3.6" topology: ["replicaset", "sharded"] data: - { _id: 1, x: 11 } - { _id: 2, x: 22 } tests: - description: "UpdateMany ignores retryWrites" useMultipleMongoses: true operation: name: "updateMany" arguments: filter: { } update: { $inc: { x : 1 }} outcome: result: matchedCount: 2 modifiedCount: 2 upsertedCount: 0 collection: data: - { _id: 1, x: 12 } - { _id: 2, x: 23 }
Version data entries
63 entries across 63 versions & 2 rubygems