From: Darrick J. Wong Date: Wed, 15 Mar 2023 00:52:36 +0000 (-0700) Subject: check: generate section reports between tests X-Git-Tag: v2023.03.26~14 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ec13788638b36d64287407ad97a85a102fe0071c;p=xfstests-dev.git check: generate section reports between tests Generate the section report between tests so that the summary report always reflects the outcome of the most recent test. Two usecases are envisioned here -- if a cluster-based test runner anticipates that the testrun could crash the VM, they can set REPORT_DIR to (say) an NFS mount to preserve the intermediate results. If the VM does indeed crash, the scheduler can examine the state of the crashed VM and move the tests to another VM. The second usecase is a reporting agent that runs in the VM to upload live results to a test dashboard. Signed-off-by: Darrick J. Wong Reviewed-by: Leah Rumancik Tested-by: Leah Rumancik Signed-off-by: Zorro Lang --- diff --git a/check b/check index 0bf5b22e..14b398fd 100755 --- a/check +++ b/check @@ -844,6 +844,15 @@ function run_section() fi seqres="$REPORT_DIR/$seqnum" + # Generate the entire section report with whatever test results + # we have so far. Leave the $sect_time parameter empty so that + # it's a little more obvious that this test run is incomplete. + if $do_report; then + _make_section_report "$section" "${#try[*]}" \ + "${#bad[*]}" "${#notrun[*]}" \ + "" &> /dev/null + fi + mkdir -p $RESULT_DIR rm -f ${RESULT_DIR}/require_scratch* rm -f ${RESULT_DIR}/require_test*