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

Fix HaddockKeepTmpsCustom test for merge skew #10424

Merged
merged 1 commit into from
Oct 5, 2024

Conversation

9999years
Copy link
Collaborator

The HaddockKeepTmpsCustom test added in #10392 skewed against #10366, which changes where temporary files are written.

We can work around this by setting $TMPDIR and $TEMP while running tests, so that temporary files are written to the test's temporary directory rather than the system one.

Copy link
Collaborator

@ulysses4ever ulysses4ever left a comment

Choose a reason for hiding this comment

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

Will need to be fast-tracked if effective.

@9999years 9999years marked this pull request as ready for review October 4, 2024 23:52
@9999years 9999years added the merge me Tell Mergify Bot to merge label Oct 4, 2024
@9999years
Copy link
Collaborator Author

I'm off for the weekend, but hopefully this passes CI.

@ulysses4ever ulysses4ever added the merge delay passed Applied (usually by Mergify) when PR approved and received no updates for 2 days label Oct 4, 2024
@mergify mergify bot added the ready and waiting Mergify is waiting out the cooldown period label Oct 5, 2024
The `HaddockKeepTmpsCustom` test added in haskell#10392 skewed against haskell#10366,
which changes where temporary files are written.

We can work around this by setting `$TMPDIR` and `$TEMP` while running
tests, so that temporary files are written to the test's temporary
directory rather than the system one.
@mergify mergify bot merged commit b1e842d into haskell:master Oct 5, 2024
48 checks passed
@9999years 9999years deleted the fix-tmpdir branch October 5, 2024 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge delay passed Applied (usually by Mergify) when PR approved and received no updates for 2 days merge me Tell Mergify Bot to merge ready and waiting Mergify is waiting out the cooldown period
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants