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):
196
196
lsid_set = set ()
197
197
listener = OvertCommandListener ()
198
198
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
200
200
# sessions to be used: connection check in happens before session check in
201
201
for _ in range (10 ):
202
202
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):
196
196
lsid_set = set ()
197
197
listener = OvertCommandListener ()
198
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
199
+ # Retry up to 10 times because there is a known race condition that can cause multiple
200
200
# sessions to be used: connection check in happens before session check in
201
201
for _ in range (10 ):
202
202
cursor = client .db .test .find ({})
You can’t perform that action at this time.
0 commit comments