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 442d68e commit b3c6927Copy full SHA for b3c6927
src/ReTestItems.jl
@@ -689,7 +689,7 @@ function manage_worker(
689
run_number = 1
690
else
691
run_number += 1
692
- @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."
693
end
694
# The worker was terminated, so replace it unless there are no more testitems to run
695
if testitem !== nothing
0 commit comments