Add race condition flakiness detection agentic workflow - #306
Open
mbianchidev with Copilot wants to merge 2 commits into
Open
Add race condition flakiness detection agentic workflow#306mbianchidev with Copilot wants to merge 2 commits into
mbianchidev with Copilot wants to merge 2 commits into
Conversation
Copilot
AI
changed the title
[WIP] Add race condition flakiness detection using MCP
Add race condition flakiness detection agentic workflow
Jun 5, 2026
mbianchidev
marked this pull request as ready for review
June 5, 2026 21:19
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.
Adds a dedicated gh-aw agentic workflow to surface tests that fail intermittently due to concurrency bugs, distinct from the existing general flaky-test detection.
New workflow:
race-condition-detection.github/workflows/race-condition-detection.mdcompiled torace-condition-detection.lock.yml.cron: "0 7 * * 1-5"plusworkflow_dispatch.headSha.DATA RACE, JavaConcurrentModificationException, ThreadSanitizer, deadlocks,PoisonError, asyncio/await timing, etc.). Deterministic failures are explicitly out of scope.steps:fromcorn-flakes-detection, so the agent only reads pre-generated./reports/*.md(the sandbox blockspython3).runs.jsoncarriesheadShato enable same-commit grouping.safe-outputs(create-issueprefix[race condition], labelsrace-condition,flaky-test,automated;update-issue;noop), including a PR-title remediation instruction for the Copilot coding agent.Security posture
permissions,network: {}, GitHub MCP toolset for reads (no raw curl).github/gh-aw/actions/setuppinned tof990bbb7…, matching sibling workflows and the repo's full-SHA pin rule.Notes for reviewers
GH_TOKENenv warning at compile time is shared withcorn-flakes-detection(read-onlyghaccess for the agent) and is the reasonstrict: falseis retained.