]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
check: generate section reports between tests
authorDarrick J. Wong <djwong@kernel.org>
Wed, 15 Mar 2023 00:52:36 +0000 (17:52 -0700)
committerZorro Lang <zlang@kernel.org>
Sat, 25 Mar 2023 04:45:32 +0000 (12:45 +0800)
commitec13788638b36d64287407ad97a85a102fe0071c
tree1925f2b19ea8f5354bcda65224e4c70bd7669215
parent5d6a0f38d175a21cc50a0f8c695343f6dada02a7
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 <djwong@kernel.org>
Reviewed-by: Leah Rumancik <leah.rumancik@gmail.com>
Tested-by: Leah Rumancik <leah.rumancik@gmail.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
check