Skip to content
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

Register Qt window created in backend test for cleanup #336

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

takluyver
Copy link
Member

I hope this will avoid the random hard crash during tests I've seen a couple of times recently. It seems to come from garbage collection just after test_custom_environment (e.g. this run), so this seems like a good candidate.

Copy link

codecov bot commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.14%. Comparing base (b799785) to head (03af565).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #336   +/-   ##
=======================================
  Coverage   75.14%   75.14%           
=======================================
  Files          32       32           
  Lines        4916     4916           
=======================================
  Hits         3694     3694           
  Misses       1222     1222           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tmichela
Copy link
Member

LGTM!

Copy link
Member

@JamesWrigley JamesWrigley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@takluyver takluyver merged commit 687ffde into master Sep 16, 2024
6 checks passed
@takluyver takluyver deleted the fix/register-window-backend-test branch September 16, 2024 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants