We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407bc3e commit 4c0a316Copy full SHA for 4c0a316
pants-plugins/uses_services/scripts/is_mongo_running.py
@@ -34,6 +34,7 @@ def _is_mongo_running(
34
port=db_port,
35
connectTimeoutMS=connection_timeout_ms,
36
serverSelectionTimeoutMS=connection_timeout_ms,
37
+ uuidRepresentation="pythonLegacy",
38
)
39
40
# connection.connect() is lazy. Make a command to test the connection.
0 commit comments