-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
relocatedepot tests are flaky. #53103
Labels
ci
Continuous integration
Comments
For reference and ease of search, the error message is something like
|
|
giordano
added a commit
that referenced
this issue
Jan 30, 2024
As discussed in the `#ci-dev` call (see #53103 (comment) and #53104 (comment)) there were two problems: * the use of `Base.require` caused the package to be loaded * the name of the package was a generic placeholder, and clashed with other packages loaded during the tests called with the same generic name. The solution was to rename test module with a more specific name, and replace `Base.require` with `Base.compilecache`, the latter only compiles the package without loading it. Should fix #53103, close #53104.
Keno
pushed a commit
that referenced
this issue
Feb 11, 2024
Encountered another instance of a flaky `Foo.jl` test pkg which caused me trouble locally. Xref: #53103 (comment)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The relocatedepot tests fail sometimes, it doesn't seem to be specific to a platform since it happens in macos https://buildkite.com/julialang/julia-master/builds/32827#018d545b-d100-456d-9457-abdffcb752be/778-1617 and in windows https://buildkite.com/julialang/julia-master/builds/32787#018d5202-e985-42d8-b62f-e76ddcb7ad52/26541-26929
The text was updated successfully, but these errors were encountered: