TestSummary.attempt_count
Number of attempts. If there are a different number of attempts per shard, the highest attempt count across all shards for each run is used.
TestSummary.failed
Path to logs of failed runs;
TestSummary.overall_status
Wrapper around BlazeTestStatus to support importing that enum to proto3. Overall status of test, accumulated over all runs, shards, and attempts.
TestSummary.passed
Path to logs of passed runs.
TestSummary.run_count
Value of runs_per_test for the test.
TestSummary.shard_count
Number of shards.
TestSummary.total_num_cached
Total number of cached test actions
TestSummary.total_run_count
Total number of shard attempts. E.g., if a target has 4 runs, 3 shards, each with 2 attempts, then total_run_count will be 432 = 24.

