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 673f821 commit af33c5dCopy full SHA for af33c5d
test/test_session.py
@@ -196,8 +196,8 @@ 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 that can cause multiple
200
- # sessions to be used: connection check in happens before session check in
+ # Retry up to 10 times because there is a known race condition that can cause
+ # multiple sessions to be used: connection check in happens before session check in
201
for _ in range(10):
202
cursor = client.db.test.find({})
203
ops: List[Tuple[Callable, List[Any]]] = [
0 commit comments