Skip to main content

TestSummary.attempt_count

TestSummary.attempt_count: int
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

TestSummary.failed: list[file]
Path to logs of failed runs;

TestSummary.overall_status

TestSummary.overall_status: str
Wrapper around BlazeTestStatus to support importing that enum to proto3. Overall status of test, accumulated over all runs, shards, and attempts.

TestSummary.passed

TestSummary.passed: list[file]
Path to logs of passed runs.

TestSummary.run_count

TestSummary.run_count: int
Value of runs_per_test for the test.

TestSummary.shard_count

TestSummary.shard_count: int
Number of shards.

TestSummary.total_num_cached

TestSummary.total_num_cached: int
Total number of cached test actions

TestSummary.total_run_count

TestSummary.total_run_count: int
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.