Skip to content

Commit 187e386

Browse files
authored
PHPLIB-1461: Use single mongos for unacknowledged write tests (#1336)
This ensures that the subsequent find operation targets the same host, and thus that the w:0 write will complete. Synced with mongodb/specifications@517ce31
1 parent a445660 commit 187e386

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/UnifiedSpecTests/command-monitoring/unacknowledgedBulkWrite.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
{
66
"client": {
77
"id": "client",
8+
"useMultipleMongoses": false,
89
"observeEvents": [
910
"commandStartedEvent",
1011
"commandSucceededEvent",

0 commit comments

Comments
 (0)