The major_refactor branch seems clean, and now reuse the same job id on rerun.
This is adding the job id to the xml output and avoiding removing a job before it's finish.
This is an issue when for example running multiple times the same test like shown here:
The
major_refactor
branch seems clean, and now reuse the same job id on rerun.This is adding the job id to the xml output and avoiding removing a job before it's finish. This is an issue when for example running multiple times the same test like shown here:
JUNIT_TEST_FILE="/tmp/output.xml" ALLOW_PASSING_TODOS=1 yath test -j18 --retry=12 --renderer=JUnit t/random.t t/random.t t/random.t t/random.t t/random.t;
with something like