Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.1
-
Component/s: Infrastructure: CatTrack
-
Labels:None
-
Number of attachments :
Description
I noticed an inconsistency between the perf report and the stats report for 1903. The perf report showed that javac had failed for all 3 iterations (1, 3, 10), but the stats report and bottom line recorded them as "SUCCESS"es. These jobs were running to completion but were failing with an invalid checksum within the SPEC harness. Such runs should always be reported as failures.
Once fixed, we need to go back and establish when this regression on javac was introduced.
I think that the checking of the results from the tests is only as good as the harness. I've seen that if you have a clean checkout that dies in VM booting then all the basic tests report that they pass. In any case the automated tests are a godsend.