Skip to main content

ExecutionInfo.cached_remotely

ExecutionInfo.cached_remotely: bool
True, if the reported attempt was a cache hit in a remote cache.

ExecutionInfo.exit_code

ExecutionInfo.exit_code: int
The exit code of the test action.

ExecutionInfo.hostname

ExecutionInfo.hostname: str
The hostname of the machine where the test action was executed (in case of remote execution), if known.

ExecutionInfo.resource_usage

ExecutionInfo.resource_usage: list[resource_usage]

ExecutionInfo.strategy

ExecutionInfo.strategy: str
Name of the strategy to execute this test action (e.g., “local”, “remote”)

ExecutionInfo.timing_breakdown

ExecutionInfo.timing_breakdown: None | timing_breakdown