Skip to content

Commit bccc36a

Browse files
authored
PHPLIB-1424: Fix potentially racy w:0 unified tests (#1276)
Synced with mongodb/specifications@cd08b72
1 parent 5c147fd commit bccc36a

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

tests/UnifiedSpecTests/command-monitoring/unacknowledgedBulkWrite.json

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "unacknowledgedBulkWrite",
3-
"schemaVersion": "1.0",
3+
"schemaVersion": "1.7",
44
"createEntities": [
55
{
66
"client": {
@@ -64,11 +64,29 @@
6464
],
6565
"ordered": false
6666
}
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+
]
6784
}
6885
],
6986
"expectEvents": [
7087
{
7188
"client": "client",
89+
"ignoreExtraEvents": true,
7290
"events": [
7391
{
7492
"commandStartedEvent": {

0 commit comments

Comments
 (0)