Skip to content

Commit 517ce31

Browse files
authored
DRIVERS-2921: Use single mongos for unacknowledged write tests (#1595)
cd08b72 added find operations after a w:0 write to ensure it applies, but the client also needs useMultipleMongoses:false to ensure this happens on the same host.
1 parent 5a25cc1 commit 517ce31

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

source/command-logging-and-monitoring/tests/logging/unacknowledged-write.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/command-logging-and-monitoring/tests/logging/unacknowledged-write.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ schemaVersion: "1.16"
55
createEntities:
66
- client:
77
id: &client client
8+
useMultipleMongoses: false
89
observeLogMessages:
910
command: debug
1011
- database:

source/command-logging-and-monitoring/tests/monitoring/unacknowledgedBulkWrite.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/command-logging-and-monitoring/tests/monitoring/unacknowledgedBulkWrite.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ schemaVersion: "1.7"
55
createEntities:
66
- client:
77
id: &client client
8+
useMultipleMongoses: false
89
observeEvents:
910
- commandStartedEvent
1011
- commandSucceededEvent

0 commit comments

Comments
 (0)