fix(typo): corrects readme#1
Merged
Merged
Conversation
Collaborator
ChrisJBurns
commented
Mar 22, 2025
- my first commit, wohoo
- my first commit, wohoo Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
JAORMX
approved these changes
Mar 22, 2025
This was referenced Oct 7, 2025
3 tasks
Contributor
Update: Bug Fix SeparatedI've created a separate PR for the nil pointer dereference fix: #2252 This PR (#1) will remain as a draft until the bug fix is merged and available in a release. Once that's done, we can:
This separation makes it easier to review and merge the critical bug fix independently. |
This was referenced Oct 22, 2025
This was referenced Nov 11, 2025
This was referenced Jan 15, 2026
21 tasks
2 tasks
2 tasks
3 tasks
This was referenced Apr 1, 2026
3 tasks
jerm-dro
added a commit
that referenced
this pull request
Apr 10, 2026
Adds a /deflake skill that analyzes GitHub Actions failures on main to discover, rank, and plan fixes for flaky tests. The skill includes a Python collection script that deterministically fetches failed run logs in parallel, extracts test names from Ginkgo and gotestfmt output, and aggregates failures into a ranked report. Used this skill to identify and fix the #1 flake (workload lifecycle E2E test, 12/147 runs) in #4745. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2 tasks
jerm-dro
added a commit
that referenced
this pull request
Apr 10, 2026
* Add deflake skill for finding and fixing flaky tests Adds a /deflake skill that analyzes GitHub Actions failures on main to discover, rank, and plan fixes for flaky tests. The skill includes a Python collection script that deterministically fetches failed run logs in parallel, extracts test names from Ginkgo and gotestfmt output, and aggregates failures into a ranked report. Used this skill to identify and fix the #1 flake (workload lifecycle E2E test, 12/147 runs) in #4745. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Address review feedback on collect-flakes script - Extract per-test log context (50 lines before the failure marker) before classifying failure mode, so tests in the same run get accurate individual mode labels instead of all inheriting the first match from the full run log - Add try/except around future.result() so one failed run doesn't crash the script and lose all collected data - Fix misleading comment about MAX_PAGES covering 300 Main build runs — the API returns all workflows' runs, not just Main build Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Fix per-test failure mode extraction in collect-flakes The previous attempt to extract per-test failure context used a 50-line window before the [FAIL] summary line, but Ginkgo's [FAILED] reason line (e.g., "Timed out after 120s") can appear thousands of lines earlier. Also needed ANSI stripping when searching for [FAILED] markers. Now searches backwards from the [FAIL] summary to find all [FAILED] lines in the failure block, uses the earliest one (which has the actual failure reason), and extracts context spanning all of them. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 tasks
15 tasks
3 tasks
6 tasks
4 tasks
11 tasks
This was referenced Apr 28, 2026
This was referenced May 7, 2026
5 tasks
4 tasks
This was referenced May 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.