-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workaround shutdown issue with aiosqlite
for now
#278
Workaround shutdown issue with aiosqlite
for now
#278
Conversation
From the macOS failure it looks like your workaround could also be applied to |
But the failure means that your workaround didn't work, right? |
Not quite sure. Could it have been an interaction with |
I think it's flaky, we should rerun tests to check. |
I will close and reopen to see if we get all green again (of note |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reran tests 2 more times, your workaround seems to work fine.
Now it's test_dirty
that seems to be flaky 😄
* Workaround shutdown issue with `aiosqlite` for now * Also wait to stop in `test_room_concurrent_initialization` * Try to delete jupyter_server_fileid early
Addresses issue discussed in #252 to help bring the CI green again.
The Windows tests are still failing though - are these indicative or Windows-specific bugs?