This is not a new bug, but it has bothered me for a while, and I don't find any explanation:
Running StorageQualBase.test, a sequence running a list of test, 'status' in '/tmp/test_that_latest/results-1-StorageQualBase.test/hardware_StorageQualBase/' file would only contains the last test result, while status.log would contain all the tests statuses. Same thing for /tmp/test_that_latest/results-1-StorageQualBase.test/, where only the last sysinfo call would be logged.
Why is status truncated? status_logger.record_logger is appending to all status files.
The problem is create_report in html_report.py is using 'status' for building its HTML result page, showing only the last test.
|
Deleted:
status.log
1.2 KB
|
|
Deleted:
status
204 bytes
|
|
Deleted:
status
543 bytes
|
|
Deleted:
status.log
7.6 KB
|
Comment 1 by gwendal@chromium.org
, Oct 13 2016