mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
## What changed? - Shows Bayesian commit suspects directly below the overall stats. - Separates synthetic test-runner timeouts from test failures and reports affected artifacts. - Shows final-retry test failures as affected-artifact counts rather than workflow-run rates. ## Why? The synthetic `testrunner.TotalTimeout` event was reported both as a flaky test and as a CI breaker, while the former CI-breaker percentage mixed artifact and workflow-run units. ## How did you test it? - `go test -tags test_dep ./tools/flakereport ./tools/common/github` - `make lint-code` ## Potential risks This changes report categorization and presentation only; raw `failures.json` retains synthetic timeout records as timeout events.