We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@staticfloat @fatteneder it seems potentially problematic that this test added in #51989 fails locally but not on CI.
I added a @show to see the contents of the dir
@show
loading (1) | failed at 2024-03-28T11:25:42.333 Test Failed at /Users/ian/Documents/GitHub/julia/usr/share/julia/test/loading.jl:1402 Expression: length(filter(endswith(".ji"), readdir(foo_compiled_path))) == 1 Evaluated: 2 == 1 Test Failed at /Users/ian/Documents/GitHub/julia/usr/share/julia/test/loading.jl:1403 Expression: filesize(cache_path) != cache_size Evaluated: 1092 != 1092 readdir(foo_compiled_path) = ["Or1XO_bUlBJ.dylib", "Or1XO_bUlBJ.dylib.dSYM", "Or1XO_bUlBJ.ji", "Or1XO_mVdBs.dylib", "Or1XO_mVdBs.dylib.dSYM", "Or1XO_mVdBs.ji"]
julia/test/loading.jl
Lines 1400 to 1401 in 1172d6b
The text was updated successfully, but these errors were encountered:
For me these tests pass locally and I am on linux + current master.
What version are you on? And is this on windows?
Sorry, something went wrong.
I'm on e07c0f1 on MacOS
For me the tests also pass on that commit. So maybe a MacOS issue?
fix relocatable upgrades test (#53889)
09b356f
Fixes #53885 Not the first time MacOS serving tempdir via a symlink has caused obscure issues..
Successfully merging a pull request may close this issue.
@staticfloat @fatteneder it seems potentially problematic that this test added in #51989 fails locally but not on CI.
I added a
@show
to see the contents of the dirjulia/test/loading.jl
Lines 1400 to 1401 in 1172d6b
The text was updated successfully, but these errors were encountered: