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

Fix config guard lock for ratoml tests #18441

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Veykril
Copy link
Member

@Veykril Veykril commented Oct 30, 2024

Closes #18070

The issue was us reallocating a config dir per test when the config user dir path fetching is static after the first access.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 30, 2024
@Veykril
Copy link
Member Author

Veykril commented Oct 30, 2024

Seems like its still racing

@Veykril
Copy link
Member Author

Veykril commented Oct 30, 2024

Right htis approach is fishy generally, if a test runs that doesn't require the config stuff it will initialize the user dir static with the non test path, locking us out of successful tests here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants