-
Notifications
You must be signed in to change notification settings - Fork 9
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
Conversation
testing in SciML/NonlinearSolve.jl#540 |
This fixes NonlinearSolve CI (see the 1.11 windows ones, 1.10 ones aren't using this patch) |
src/ReTestItems.jl
Outdated
# 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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
I am not sure why CI is sad here |
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. |
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. |
fixes #124