bson/testdata/uri-options/single-threaded-options.yml
2025-03-17 20:58:26 +01:00

19 lines
550 B
YAML

tests:
-
description: "Valid options specific to single-threaded drivers are parsed correctly"
uri: "mongodb://example.com/?serverSelectionTryOnce=false"
valid: true
warning: false
hosts: ~
auth: ~
options:
serverSelectionTryOnce: false
-
description: "Invalid serverSelectionTryOnce causes a warning"
uri: "mongodb://example.com/?serverSelectionTryOnce=invalid"
valid: true
warning: true
hosts: ~
auth: ~
options: {}