Sha256: 52a379dfa8999ffba9008fc4ebdbb1ab571a3161f3c12d1ea9a3c9c7064d53c5
Contents?: true
Size: 1.47 KB
Versions: 5
Compression:
Stored size: 1.47 KB
Contents
data: - { _id: 1, x: 11 } - { _id: 2, x: 22 } minServerVersion: '3.6' tests: # - # description: "FindOneAndDelete is committed on first attempt" # failPoint: # mode: { times: 1 } # operation: # name: "findOneAndDelete" # arguments: # filter: { x: { $gte: 11 }} # sort: { x: 1 } # outcome: # result: { _id: 1, x: 11 } # collection: # data: # - { _id: 2, x: 22 } # - # description: "FindOneAndDelete is not committed on first attempt" # failPoint: # mode: { times: 1 } # data: { failBeforeCommitExceptionCode: 1 } # operation: # name: "findOneAndDelete" # arguments: # filter: { x: { $gte: 11 }} # sort: { x: 1 } # outcome: # result: { _id: 1, x: 11 } # collection: # data: # - { _id: 2, x: 22 } - description: "FindOneAndDelete is never committed" failPoint: mode: { times: 2 } data: { failBeforeCommitExceptionCode: 1 } operation: name: "findOneAndDelete" arguments: filter: { x: { $gte: 11 }} sort: { x: 1 } outcome: error: true collection: data: - { _id: 1, x: 11 } - { _id: 2, x: 22 }
Version data entries
5 entries across 5 versions & 2 rubygems