Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: windows resource busy/locked #203

Merged
merged 2 commits into from
Apr 6, 2025

Conversation

avik-pal
Copy link
Contributor

fixes #124

@avik-pal
Copy link
Contributor Author

testing in SciML/NonlinearSolve.jl#540

@avik-pal
Copy link
Contributor Author

This fixes NonlinearSolve CI (see the 1.11 windows ones, 1.10 ones aren't using this patch)

@avik-pal avik-pal marked this pull request as ready for review March 17, 2025 17:09
# See https://github.com/JuliaTesting/ReTestItems.jl/issues/124
rm(logfile; force=true) # `force` to ignore error if file already cleaned up
catch err
@warn "Error while attempting to remove $(logfile)" err
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we even need to log this to the user as a warning? is a @debug enough?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@avik-pal
Copy link
Contributor Author

I am not sure why CI is sad here

@ChrisRackauckas
Copy link

This has been taking a long time to fix windows now... should we just drop windows? I think we should just drop windows testing at this point.

@nickrobinson251 nickrobinson251 merged commit b6de47c into JuliaTesting:main Apr 6, 2025
1 of 13 checks passed
@nickrobinson251
Copy link
Collaborator

Sorry i forgot about this -- CI is broken here for silly reasons and i forgot PRs were waiting, apologies. Merged and made a new release, and will try to get CI back online this week. Let me know if you need anything else fixing here.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows: resource busy or locked (EBUSY)
3 participants