Skip to content

Fix variation5-win32(-mb).phpt wrt. parallel test execution #10189

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

Closed
wants to merge 1 commit into from

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Dec 30, 2022

Each test should use its own temporary filenames to avoid issues when the tests are executed in parallel[1]. We also silence the unlink() calls in the CLEAN section just in case.

And while we're at it, we also remove the erroneous comment; there is no symlinking involved for the Windows test variants.

[1] #10175 (comment)


cc @Girgias

Verified

This commit was signed with the committer’s verified signature. The key has expired.
cmb69 Christoph M. Becker
Each test should use its own temporary filenames to avoid issues when
the tests are executed in parallel[1].  We also silence the `unlink()`
calls in the CLEAN section just in case.

And while we're at it, we also remove the erroneous comment; there is
no symlinking involved for the Windows test variants.

[1] <php#10175 (comment)>
Copy link
Member

@Girgias Girgias left a comment

Choose a reason for hiding this comment

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

Thank you!
So that was my mistake in reusing the same temporary file name >.>

@cmb69
Copy link
Member Author

cmb69 commented Dec 30, 2022

So that was my mistake in reusing the same temporary file name >.>

Well, your fix was already a huge improvement. :)

@cmb69 cmb69 closed this in 0aa1fdf Dec 30, 2022
@cmb69 cmb69 deleted the cmb/file_variation5 branch December 30, 2022 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants