|
96 | 96 | } |
97 | 97 | }, |
98 | 98 | { |
99 | | - "object": "client", |
100 | 99 | "name": "listDatabases", |
| 100 | + "object": "client", |
101 | 101 | "arguments": { |
102 | 102 | "filter": {} |
103 | 103 | } |
|
178 | 178 | } |
179 | 179 | }, |
180 | 180 | { |
181 | | - "object": "client", |
182 | | - "name": "listDatabaseNames" |
| 181 | + "name": "listDatabaseNames", |
| 182 | + "object": "client" |
183 | 183 | } |
184 | 184 | ], |
185 | 185 | "expectEvents": [ |
|
257 | 257 | } |
258 | 258 | }, |
259 | 259 | { |
260 | | - "object": "client", |
261 | 260 | "name": "createChangeStream", |
| 261 | + "object": "client", |
262 | 262 | "arguments": { |
263 | 263 | "pipeline": [] |
264 | 264 | } |
|
344 | 344 | } |
345 | 345 | }, |
346 | 346 | { |
347 | | - "object": "client", |
348 | 347 | "name": "clientBulkWrite", |
| 348 | + "object": "client", |
349 | 349 | "arguments": { |
350 | 350 | "models": [ |
351 | 351 | { |
|
436 | 436 | } |
437 | 437 | }, |
438 | 438 | { |
439 | | - "object": "database", |
440 | 439 | "name": "aggregate", |
| 440 | + "object": "database", |
441 | 441 | "arguments": { |
442 | 442 | "pipeline": [ |
443 | 443 | { |
|
525 | 525 | } |
526 | 526 | }, |
527 | 527 | { |
528 | | - "object": "database", |
529 | 528 | "name": "listCollections", |
| 529 | + "object": "database", |
530 | 530 | "arguments": { |
531 | 531 | "filter": {} |
532 | 532 | } |
|
607 | 607 | } |
608 | 608 | }, |
609 | 609 | { |
610 | | - "object": "database", |
611 | 610 | "name": "listCollectionNames", |
| 611 | + "object": "database", |
612 | 612 | "arguments": { |
613 | 613 | "filter": {} |
614 | 614 | } |
|
689 | 689 | } |
690 | 690 | }, |
691 | 691 | { |
692 | | - "object": "database", |
693 | 692 | "name": "runCommand", |
| 693 | + "object": "database", |
694 | 694 | "arguments": { |
695 | 695 | "command": { |
696 | 696 | "ping": 1 |
|
774 | 774 | } |
775 | 775 | }, |
776 | 776 | { |
777 | | - "object": "database", |
778 | 777 | "name": "createChangeStream", |
| 778 | + "object": "database", |
779 | 779 | "arguments": { |
780 | 780 | "pipeline": [] |
781 | 781 | } |
|
856 | 856 | } |
857 | 857 | }, |
858 | 858 | { |
859 | | - "object": "collection", |
860 | 859 | "name": "aggregate", |
| 860 | + "object": "collection", |
861 | 861 | "arguments": { |
862 | 862 | "pipeline": [] |
863 | 863 | } |
|
938 | 938 | } |
939 | 939 | }, |
940 | 940 | { |
941 | | - "object": "collection", |
942 | 941 | "name": "countDocuments", |
| 942 | + "object": "collection", |
943 | 943 | "arguments": { |
944 | 944 | "filter": {} |
945 | 945 | } |
|
1020 | 1020 | } |
1021 | 1021 | }, |
1022 | 1022 | { |
1023 | | - "object": "collection", |
1024 | | - "name": "estimatedDocumentCount" |
| 1023 | + "name": "estimatedDocumentCount", |
| 1024 | + "object": "collection" |
1025 | 1025 | } |
1026 | 1026 | ], |
1027 | 1027 | "expectEvents": [ |
|
1099 | 1099 | } |
1100 | 1100 | }, |
1101 | 1101 | { |
1102 | | - "object": "collection", |
1103 | 1102 | "name": "distinct", |
| 1103 | + "object": "collection", |
1104 | 1104 | "arguments": { |
1105 | 1105 | "fieldName": "x", |
1106 | 1106 | "filter": {} |
|
1182 | 1182 | } |
1183 | 1183 | }, |
1184 | 1184 | { |
1185 | | - "object": "collection", |
1186 | 1185 | "name": "find", |
| 1186 | + "object": "collection", |
1187 | 1187 | "arguments": { |
1188 | 1188 | "filter": {} |
1189 | 1189 | } |
|
1264 | 1264 | } |
1265 | 1265 | }, |
1266 | 1266 | { |
1267 | | - "object": "collection", |
1268 | 1267 | "name": "findOne", |
| 1268 | + "object": "collection", |
1269 | 1269 | "arguments": { |
1270 | 1270 | "filter": {} |
1271 | 1271 | } |
|
1346 | 1346 | } |
1347 | 1347 | }, |
1348 | 1348 | { |
1349 | | - "object": "collection", |
1350 | | - "name": "listIndexes" |
| 1349 | + "name": "listIndexes", |
| 1350 | + "object": "collection" |
1351 | 1351 | } |
1352 | 1352 | ], |
1353 | 1353 | "expectEvents": [ |
|
1425 | 1425 | } |
1426 | 1426 | }, |
1427 | 1427 | { |
1428 | | - "object": "collection", |
1429 | | - "name": "listIndexNames" |
| 1428 | + "name": "listIndexNames", |
| 1429 | + "object": "collection" |
1430 | 1430 | } |
1431 | 1431 | ], |
1432 | 1432 | "expectEvents": [ |
|
1504 | 1504 | } |
1505 | 1505 | }, |
1506 | 1506 | { |
1507 | | - "object": "collection", |
1508 | 1507 | "name": "createChangeStream", |
| 1508 | + "object": "collection", |
1509 | 1509 | "arguments": { |
1510 | 1510 | "pipeline": [] |
1511 | 1511 | } |
|
1586 | 1586 | } |
1587 | 1587 | }, |
1588 | 1588 | { |
1589 | | - "object": "collection", |
1590 | 1589 | "name": "insertOne", |
| 1590 | + "object": "collection", |
1591 | 1591 | "arguments": { |
1592 | 1592 | "document": { |
1593 | 1593 | "_id": 2, |
|
1671 | 1671 | } |
1672 | 1672 | }, |
1673 | 1673 | { |
1674 | | - "object": "collection", |
1675 | 1674 | "name": "insertMany", |
| 1675 | + "object": "collection", |
1676 | 1676 | "arguments": { |
1677 | 1677 | "documents": [ |
1678 | 1678 | { |
|
1758 | 1758 | } |
1759 | 1759 | }, |
1760 | 1760 | { |
1761 | | - "object": "collection", |
1762 | 1761 | "name": "deleteOne", |
| 1762 | + "object": "collection", |
1763 | 1763 | "arguments": { |
1764 | 1764 | "filter": {} |
1765 | 1765 | } |
|
1840 | 1840 | } |
1841 | 1841 | }, |
1842 | 1842 | { |
1843 | | - "object": "collection", |
1844 | 1843 | "name": "deleteMany", |
| 1844 | + "object": "collection", |
1845 | 1845 | "arguments": { |
1846 | 1846 | "filter": {} |
1847 | 1847 | } |
|
1922 | 1922 | } |
1923 | 1923 | }, |
1924 | 1924 | { |
1925 | | - "object": "collection", |
1926 | 1925 | "name": "replaceOne", |
| 1926 | + "object": "collection", |
1927 | 1927 | "arguments": { |
1928 | 1928 | "filter": {}, |
1929 | 1929 | "replacement": { |
|
2007 | 2007 | } |
2008 | 2008 | }, |
2009 | 2009 | { |
2010 | | - "object": "collection", |
2011 | 2010 | "name": "updateOne", |
| 2011 | + "object": "collection", |
2012 | 2012 | "arguments": { |
2013 | 2013 | "filter": {}, |
2014 | 2014 | "update": { |
|
2094 | 2094 | } |
2095 | 2095 | }, |
2096 | 2096 | { |
2097 | | - "object": "collection", |
2098 | 2097 | "name": "updateMany", |
| 2098 | + "object": "collection", |
2099 | 2099 | "arguments": { |
2100 | 2100 | "filter": {}, |
2101 | 2101 | "update": { |
|
2181 | 2181 | } |
2182 | 2182 | }, |
2183 | 2183 | { |
2184 | | - "object": "collection", |
2185 | 2184 | "name": "findOneAndDelete", |
| 2185 | + "object": "collection", |
2186 | 2186 | "arguments": { |
2187 | 2187 | "filter": {} |
2188 | 2188 | } |
|
2263 | 2263 | } |
2264 | 2264 | }, |
2265 | 2265 | { |
2266 | | - "object": "collection", |
2267 | 2266 | "name": "findOneAndReplace", |
| 2267 | + "object": "collection", |
2268 | 2268 | "arguments": { |
2269 | 2269 | "filter": {}, |
2270 | 2270 | "replacement": { |
|
2348 | 2348 | } |
2349 | 2349 | }, |
2350 | 2350 | { |
2351 | | - "object": "collection", |
2352 | 2351 | "name": "findOneAndUpdate", |
| 2352 | + "object": "collection", |
2353 | 2353 | "arguments": { |
2354 | 2354 | "filter": {}, |
2355 | 2355 | "update": { |
|
2435 | 2435 | } |
2436 | 2436 | }, |
2437 | 2437 | { |
2438 | | - "object": "collection", |
2439 | 2438 | "name": "bulkWrite", |
| 2439 | + "object": "collection", |
2440 | 2440 | "arguments": { |
2441 | 2441 | "requests": [ |
2442 | 2442 | { |
|
2526 | 2526 | } |
2527 | 2527 | }, |
2528 | 2528 | { |
2529 | | - "object": "collection", |
2530 | 2529 | "name": "createIndex", |
| 2530 | + "object": "collection", |
2531 | 2531 | "arguments": { |
2532 | 2532 | "keys": { |
2533 | 2533 | "x": 11 |
|
2588 | 2588 | "description": "collection.dropIndex retries using operation loop", |
2589 | 2589 | "operations": [ |
2590 | 2590 | { |
2591 | | - "object": "retryable-writes-tests", |
2592 | 2591 | "name": "createIndex", |
| 2592 | + "object": "retryable-writes-tests", |
2593 | 2593 | "arguments": { |
2594 | 2594 | "keys": { |
2595 | 2595 | "x": 11 |
|
2621 | 2621 | } |
2622 | 2622 | }, |
2623 | 2623 | { |
2624 | | - "object": "collection", |
2625 | 2624 | "name": "dropIndex", |
| 2625 | + "object": "collection", |
2626 | 2626 | "arguments": { |
2627 | 2627 | "name": "x_11" |
2628 | 2628 | } |
|
2703 | 2703 | } |
2704 | 2704 | }, |
2705 | 2705 | { |
2706 | | - "object": "collection", |
2707 | | - "name": "dropIndexes" |
| 2706 | + "name": "dropIndexes", |
| 2707 | + "object": "collection" |
2708 | 2708 | } |
2709 | 2709 | ], |
2710 | 2710 | "expectEvents": [ |
|
0 commit comments