Skip to content

cleanup session temp file #2641

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

Merged
merged 2 commits into from
Mar 26, 2025
Merged

cleanup session temp file #2641

merged 2 commits into from
Mar 26, 2025

Conversation

remicollet
Copy link
Collaborator

Avoid keeping temporary files created during the test suite

Locally, this creates failure when the test suite is run under different users
Removing the static name is enough, but it generates many temp files, so cleaning them.

@@ -183,7 +189,6 @@ private function createId(): string {
}

private function getTmpFileName() {
return '/tmp/sessiontmp.txt';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I must have done this to debug it locally 😄

@michael-grunder michael-grunder merged commit 3828c92 into develop Mar 26, 2025
109 of 110 checks passed
@michael-grunder michael-grunder deleted the issue-sessiontmp branch March 26, 2025 22:25
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.

2 participants