File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -521,7 +521,7 @@ async def _process_change(
521
521
if server :
522
522
await server .pool .reset (interrupt_connections = interrupt_connections )
523
523
524
- # Wake waiters in select_servers().
524
+ # Wake anything waiting in select_servers().
525
525
self ._condition .notify_all ()
526
526
527
527
async def on_change (
Original file line number Diff line number Diff line change @@ -521,7 +521,7 @@ def _process_change(
521
521
if server :
522
522
server .pool .reset (interrupt_connections = interrupt_connections )
523
523
524
- # Wake witers in select_servers().
524
+ # Wake anything waiting in select_servers().
525
525
self ._condition .notify_all ()
526
526
527
527
def on_change (
Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ async def test_multi_chunk_file(self):
413
413
g = AsyncGridOut (self .db .fs , f ._id )
414
414
self .assertEqual (random_string , await g .read ())
415
415
416
- # # TODO: convert qcheck to async
416
+ # # TODO: https://jira.mongodb.org/browse/PYTHON-4708
417
417
# async def test_small_chunks(self):
418
418
# self.files = 0
419
419
# self.chunks = 0
Original file line number Diff line number Diff line change @@ -411,7 +411,7 @@ def test_multi_chunk_file(self):
411
411
g = GridOut (self .db .fs , f ._id )
412
412
self .assertEqual (random_string , g .read ())
413
413
414
- # # TODO: convert qcheck to async
414
+ # # TODO: https://jira.mongodb.org/browse/PYTHON-4708
415
415
# def test_small_chunks(self):
416
416
# self.files = 0
417
417
# self.chunks = 0
You can’t perform that action at this time.
0 commit comments