We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262f4e4 commit 3766e93Copy full SHA for 3766e93
src/ReTestItems.jl
@@ -684,7 +684,7 @@ function manage_worker(
684
run_number = 1
685
else
686
run_number += 1
687
- @info "Retrying $(repr(testitem.name)) on a new worker process. Run=$run_number."
+ @info "Retrying $(repr(testitem.name)) on a new worker $worker_num process. Run=$run_number."
688
end
689
# The worker was terminated, so replace it unless there are no more testitems to run
690
if testitem !== nothing
0 commit comments