File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ async def test_implicit_sessions_checkout(self):
196196 lsid_set = set ()
197197 listener = OvertCommandListener ()
198198 client = await self .async_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
199+ # Retry up to 10 times because there is a known race condition that can cause multiple
200200 # sessions to be used: connection check in happens before session check in
201201 for _ in range (10 ):
202202 cursor = client .db .test .find ({})
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ def test_implicit_sessions_checkout(self):
196196 lsid_set = set ()
197197 listener = OvertCommandListener ()
198198 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
199+ # Retry up to 10 times because there is a known race condition that can cause multiple
200200 # sessions to be used: connection check in happens before session check in
201201 for _ in range (10 ):
202202 cursor = client .db .test .find ({})
You can’t perform that action at this time.
0 commit comments