...
1{
2 "runOn": [
3 {
4 "minServerVersion": "3.6",
5 "topology": [
6 "replicaset",
7 "sharded",
8 "load-balanced"
9 ]
10 }
11 ],
12 "data": [
13 {
14 "_id": 1,
15 "x": 11
16 },
17 {
18 "_id": 2,
19 "x": 22
20 }
21 ],
22 "tests": [
23 {
24 "description": "DeleteMany ignores retryWrites",
25 "useMultipleMongoses": true,
26 "operation": {
27 "name": "deleteMany",
28 "arguments": {
29 "filter": {}
30 }
31 },
32 "outcome": {
33 "result": {
34 "deletedCount": 2
35 },
36 "collection": {
37 "data": []
38 }
39 }
40 }
41 ]
42}
View as plain text