We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c147fd commit bccc36aCopy full SHA for bccc36a
tests/UnifiedSpecTests/command-monitoring/unacknowledgedBulkWrite.json
@@ -1,6 +1,6 @@
1
{
2
"description": "unacknowledgedBulkWrite",
3
- "schemaVersion": "1.0",
+ "schemaVersion": "1.7",
4
"createEntities": [
5
6
"client": {
@@ -64,11 +64,29 @@
64
],
65
"ordered": false
66
}
67
+ },
68
+ {
69
+ "name": "find",
70
+ "object": "collection",
71
+ "arguments": {
72
+ "filter": {}
73
74
+ "expectResult": [
75
76
+ "_id": 1,
77
+ "x": 11
78
79
80
+ "_id": "unorderedBulkWriteInsertW0",
81
+ "x": 44
82
+ }
83
+ ]
84
85
86
"expectEvents": [
87
88
"client": "client",
89
+ "ignoreExtraEvents": true,
90
"events": [
91
92
"commandStartedEvent": {
0 commit comments