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

ci: relax check in pyobject_drop test #4014

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Conversation

davidhewitt
Copy link
Member

Xref #4011 (comment)

The pool_dirty_with assertion has been shown several times before to be too strong, because the pool can be manipulated by other threads between test steps, leading to rare flakiness.

This relaxes the check to just confirm that the dropped object ends up in the pool.

@davidhewitt davidhewitt added the CI-skip-changelog Skip checking changelog entry label Mar 29, 2024
@adamreichold adamreichold enabled auto-merge March 29, 2024 14:28
@adamreichold adamreichold added this pull request to the merge queue Mar 29, 2024
Merged via the queue into PyO3:main with commit c6f25e4 Mar 29, 2024
43 of 44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-skip-changelog Skip checking changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants