2025-03-17 20:58:26 +01:00

43 lines
638 B
JSON

{
"runOn": [
{
"minServerVersion": "3.6",
"topology": [
"replicaset",
"sharded",
"load-balanced"
]
}
],
"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": []
}
}
}
]
}