/
home
/
obinna
/
html
/
cravings
/
vendor
/
mongodb
/
mongodb
/
tests
/
SpecTests
/
retryable-writes
/
Upload File
HOME
{ "runOn": [ { "minServerVersion": "3.6", "topology": [ "replicaset", "sharded" ] } ], "data": [ { "_id": 1, "x": 11 }, { "_id": 2, "x": 22 } ], "tests": [ { "description": "DeleteMany ignores retryWrites", "useMultipleMongoses": true, "operation": { "name": "deleteMany", "arguments": { "filter": {} } }, "outcome": { "result": { "deletedCount": 2 }, "collection": { "data": [] } } } ] }