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

Running --bug-report=rr as part of normal tests means CI might break when external packages used by it are non-functional #58063

Open
KristofferC opened this issue Apr 10, 2025 · 1 comment
Labels
ci Continuous integration

Comments

@KristofferC
Copy link
Member

KristofferC commented Apr 10, 2025

For example, CI now fails due to JuliaWeb/HTTP.jl#1218 (which is probably fixed soon) but still:

cmdlineargs                                      (12) \|         failed at 2025-04-09T20:58:54.061
  | Test Failed at /cache/build/tester-amdci5-13/julialang/julia-master/julia-55d9553074/share/julia/test/cmdlineargs.jl:1237
  | Expression: success(pipeline(setenv(`$(Base.julia_cmd()) --bug-report=rr-local -e 'exit()'`, "JULIA_RR_RECORD_ARGS" => "-n --nested=ignore", "_RR_TRACE_DIR" => temp_trace_dir); ))
  | Evaluated: success(setenv(`/cache/build/tester-amdci5-13/julialang/julia-master/julia-55d9553074/bin/julia -C native -J/cache/build/tester-amdci5-13/julialang/julia-master/julia-55d9553074/lib/julia/sys.so --depwarn=error --check-bounds=yes -g1 --startup-file=no --bug-report=rr-local -e 'exit()'`,["JULIA_RR_RECORD_ARGS=-n --nested=ignore", "_RR_TRACE_DIR=/cache/build/tester-amdci5-13/julialang/julia-master/tmp/jl_mgmens"]))

I think this test should be in a different category.

@KristofferC KristofferC added the ci Continuous integration label Apr 10, 2025
@DilumAluthge
Copy link
Member

Or at least pin a manifest?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous integration
Projects
None yet
Development

No branches or pull requests

2 participants