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

include windows for cleanup retries in runtime tests #2042

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

zackattack01
Copy link
Contributor

this should seem like redundant cleanup but I think the retries were mostly intended for windows here, some notes:

  • t.TempDir() also uses t.Cleanup() under the hood
    • that cleanup also has retries (only for 2 seconds) but obviously fails from time to time
  • this cleanup will schedule our cleanup attempt first, giving us some additional time for things to clear up

@zackattack01 zackattack01 added this pull request to the merge queue Jan 10, 2025
Merged via the queue into main with commit 92c6d65 Jan 10, 2025
33 checks passed
@zackattack01 zackattack01 deleted the zack/test_improvements branch January 10, 2025 16:47
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