Skip to content
Success

Changes

Summary

  1. fix(flaky-tests): reopen issues using build start time (#4551) (commit: 9841b0e) (details)
Commit 9841b0e1df00fe3899a89b4862b8960093a6b5f9 by noreply
fix(flaky-tests): reopen issues using build start time (#4551)

### What

- Adjust flaky issue reopen logic for top N cases.

### How

- Reopen check now compares (same branch) the latest build start time
that observed the flaky case vs GitHub Issue `closed_at`.
- If build start > `closed_at`, reopen the issue and append a
reopen-evidence comment (includes the build link + timestamps).

### Notes

- Updated docs + unit tests in `tools/reporters/ci/flaky-tests`.
(commit: 9841b0e)
The file was modifiedtools/reporters/ci/flaky-tests/core/FlakyReporter.ts (diff)
The file was modifiedtools/reporters/ci/flaky-tests/core/GithubIssueManager.ts (diff)
The file was modifiedtools/reporters/ci/flaky-tests/core/types.ts (diff)
The file was modifiedtools/reporters/ci/flaky-tests/docs/README.md (diff)
The file was modifiedtools/reporters/ci/flaky-tests/core/GithubIssueManager.test.ts (diff)