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:
Paulus Schoutsen 2019-08-12 07:42:12 -07:00 committed by Pascal Vizeli
parent 76f2e6015f
commit 6f357cb23e
18 changed files with 79 additions and 14 deletions

View file

@ -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()