Commit 84e9055
Flaky Tests Management: document attempt-to-fix detection across batched commits (#37554)
* Flaky Tests Management: document attempt-to-fix detection across batched commits
Clarify that the attempt-to-fix remediation flow triggers when the unique test
key appears in any commit included in the triggering push, not only the most
recent commit (batched or squashed pushes, or CI providers that report only the
head commit). Note that CI retries of the same push are not double-processed.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* Flaky Tests Management: correct attempt-to-fix batched-commit accuracy
Align the docs with the implementation after an impl-vs-docs audit:
- State the real 10-commit lookback limit (head commit + recent history),
instead of implying every commit in the push is scanned.
- Fix the squash & merge wording: only the squash commit's message is read
(the original commits no longer exist individually).
- Drop the unsupported 'fix is not processed more than once' claim.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* Flaky Tests Management: move attempt-to-fix limits into Troubleshooting
Keep the main remediation-flow steps concise; move the 10-commit lookback
limit and squash-merge behavior into a new Troubleshooting entry.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* Update content/en/tests/flaky_management/_index.md
Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com>
* Update content/en/tests/flaky_management/_index.md
Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com>
* Update content/en/tests/flaky_management/_index.md
Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com>
---------
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: Devin Ford <devindford@gmail.com>
Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com>1 parent fb54a59 commit 84e9055
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
253 | 261 | | |
254 | 262 | | |
255 | 263 | | |
| |||
0 commit comments