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

harden _pytest.tmpdir.ensure_deletable #4245

Open
RonnyPfannschmidt opened this issue Oct 26, 2018 · 0 comments
Open

harden _pytest.tmpdir.ensure_deletable #4245

RonnyPfannschmidt opened this issue Oct 26, 2018 · 0 comments
Labels
plugin: tmpdir related to the tmpdir builtin plugin type: infrastructure improvement to development/releases/CI structure

Comments

@RonnyPfannschmidt
Copy link
Member

followup to #4222
ensure_deletable has a potential race condition when 2 processes have a certain timing
my initial assessment is that its far more unlikely than the create vs delete match but given large enough test sets we are probably bound to see it, its unclear how to test for it

@RonnyPfannschmidt RonnyPfannschmidt added type: infrastructure improvement to development/releases/CI structure plugin: tmpdir related to the tmpdir builtin plugin labels Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin: tmpdir related to the tmpdir builtin plugin type: infrastructure improvement to development/releases/CI structure
Projects
None yet
Development

No branches or pull requests

1 participant