Leah Rumancik
Leah Rumancik
When running LTM commands for selftests, we likely don't want to receive emails. Right now, --no-email is only supported for pure gce-xfstests commands (gce-xfstests -c ...) but not for ltm...
``` cat generic/694.notrun This test requires at least 4GB free on /xt-vdb to run ``` ``` cat xfs/144.notrun This test requires at least 3GB free on /xt-vdd to run ```
For LTM runs, create a top level results.xml file which combines the per-config results.xml files. Upload this separately form the results.tar.gz file similarly to how we handle the summary file....
Similarly to validate_test_name, we should validate the group name (auto, quick, etc) in gce-xfstests. Using an incorrect group name results in the VM launching but failing with an "Unable to...
Having LTM monitor the test VM's serial consoles will give us more information on the status of the VM. We can monitor for PANIC/OOPs messages. This would allow us to...
Right now, crashed tests get assigned a time of 0 seconds. See if there is a way to approximate how much time was spent on the crashed test and update...
While LTM is coming online, commands sent to LTM will fail. Allow retry and waiting for success from inside gce-xfstests.
LTM commands such as ltm-info and commands to launch tests directly return the json response from the LTM server. When many tests and/or configs are running, the ltm-info ouptut can...
Upon updating my image to xfstests-amd64-202410151341, I am experiencing a huge uptick in failures due to disk out-of-space errors: ``` cat 525.out.bad QA output created by 525 Silence is golden...
For example, this recently happened in a shard ``` cat: /results/report: No such file or directory Truncating test artifacts in /results to 31k /root/runtests.sh: line 560: /usr/local/bin/get_error_count: No such file...