Skip to content

Stop any commands running after each spec in Aruba's spec suite#1048

Draft
mvz wants to merge 2 commits into
mainfrom
clean-up-commands-during-specs
Draft

Stop any commands running after each spec in Aruba's spec suite#1048
mvz wants to merge 2 commits into
mainfrom
clean-up-commands-during-specs

Conversation

@mvz

@mvz mvz commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

Summary

Clean up running commands after each spec.

Details

On windows, commands left running prevent clean-up of tmp files used to store stdout and stderr. This change should ensure commands are stopped and tmp files closed before they're garbage-collected.

Motivation and Context

The specs on windows report a lot of warnings about access being denied on tmp files. This should clean that up.

How Has This Been Tested?

I ran one spec locally. This should mainly be tested by checking the logs in CI.

Types of changes

  • Internal change (refactoring, test improvements, developer experience or update of dependencies)

Checklist:

N/A

On windows, commands left running prevent clean-up of tmp files used to
store stdout and stderr. This change should ensure commands are stopped
and tmp files closed before they're garbage-collected.
@mvz
mvz marked this pull request as draft July 12, 2026 12:24
@mvz

mvz commented Jul 12, 2026

Copy link
Copy Markdown
Contributor Author

This does not have the desired effect.

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.

1 participant