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 af33c5d commit d34b5a0Copy full SHA for d34b5a0
test/test_session.py
@@ -196,7 +196,7 @@ def test_implicit_sessions_checkout(self):
196
lsid_set = set()
197
listener = OvertCommandListener()
198
client = self.rs_or_single_client(event_listeners=[listener], maxPoolSize=1)
199
- # Retry up to 10 times because there is a known race condition that can cause
+ # Retry up to 10 times because there is a known race condition that can cause
200
# multiple sessions to be used: connection check in happens before session check in
201
for _ in range(10):
202
cursor = client.db.test.find({})
0 commit comments