-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
test_never_update is flaky #18246
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
Comments
Here is the log from #18235; if you click Show Previous Attempts on the side bar, you can find logs from the crashing runs. Apparently someone else also restarted it 3 more times, too. |
I don't have access to macOS to test so I might not be much help. Re-running the full test suite on my local machine, I did notice that the test leaves two windows hanging around after. This doesn't happen on a partial run of test_backends_interactive.py, so there might be some spooky interaction at a distance. Perhaps we could try running the test in a subprocess? |
Thanks for looking at this @richardsheridan ! |
Learned two things from these PRs:
I think we'll need someone with a mac and some experience with _macosx.m to debug missing attribute problem. |
You should not be seeing |
On my mac, running 10.15.6 and Python 3.8, I can't get |
Bug report
So far, I've only seen this on macOS CI.
test_never_update
crashes and thus fails.On #18235, I had to restart macOS on Azure 4 times to pass. In #18243 it failed on Travis and Azure, but only macOS.
cc @richardsheridan
Matplotlib version
print(matplotlib.get_backend())
): TkAggThe text was updated successfully, but these errors were encountered: