First pass fixing tests that raise exceptions caught by asyncio.gather (#25860)
* First pass fixing tests that raise exceptions caught by asyncio.gather * Fix demo test * lint
This commit is contained in:
parent
76f2e6015f
commit
6f357cb23e
18 changed files with 79 additions and 14 deletions
|
@ -971,6 +971,8 @@ async def flush_store(store):
|
|||
if store._data is None:
|
||||
return
|
||||
|
||||
store._async_cleanup_stop_listener()
|
||||
store._async_cleanup_delay_listener()
|
||||
await store._async_handle_write_data()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue