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

Remove temp directories after tests #2690

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Conversation

glbrntt
Copy link
Contributor

@glbrntt glbrntt commented Mar 22, 2024

Motivation:

A couple of filesystem tests create directories but don't clean up after themselves.

Modifications:

  • Add teardown blocks to remove the temp directories

Result:

No leftover files after running tests

Motivation:

A couple of filesystem tests create directories but don't clean up after
themselves.

Modifications:

- Add teardown blocks to remove the temp directories

Result:

No leftover files after running tests
@glbrntt glbrntt added the needs-no-version-bump For PRs that when merged do not need a bump in version number. label Mar 22, 2024
@glbrntt
Copy link
Contributor Author

glbrntt commented Mar 25, 2024

Merging over the unrelated flaky test on 5.10

@glbrntt glbrntt merged commit 10af7c9 into apple:main Mar 25, 2024
7 of 9 checks passed
@glbrntt glbrntt deleted the cleanup-after-tests branch March 25, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-no-version-bump For PRs that when merged do not need a bump in version number.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants