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

feat(temp-dir): allow multiple instances to share the same temp-dir #5120

Merged
merged 2 commits into from
Nov 24, 2024

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented Nov 23, 2024

Allow multiple runs of Stryker to share the same temp dir. This means that Stryker will _no longer remove the entire .stryker-tmp directory when it ran successfully (since other sandbox-xxx directories could be owned by other processes).

Note: this is implemented in preparation for the implementation of the mutation server protocol (#5086)

Allow multiple runs of Stryker to share the same temp dir. This means that Stryker will _no longer remove the entire `.stryker-tmp` directory when it ran successfully (since other `sandbox-xxx` directories could be owned by other processes).

Note: this is implemented in preparation for the implementation of the mutation server protocol (#5086)
@nicojs nicojs enabled auto-merge (squash) November 23, 2024 00:35
@nicojs nicojs merged commit d15453e into master Nov 24, 2024
7 checks passed
@nicojs nicojs deleted the feat/temp-dir-clean branch November 24, 2024 00:50
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