Closed
Conversation
The createRun helper now retries the PATCH request that sets the DAG run state, waiting for the DagBag to load the DAG before confirming. Previously the PATCH could silently fail, leaving runs in a queued state and causing downstream assertions to fail. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Member
Author
|
Not working :( |
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.
Add retry logic to the
createRunhelper in the DAG calendar tab e2e tests.The PATCH request that sets a DAG run's state can fail silently when the
DagBag hasn't loaded the DAG yet. The helper now retries the PATCH up to
5 times with 1-second delays, confirming the state is set before proceeding.
This prevents downstream assertions from failing due to runs stuck in
"queued" state.
Was generative AI tooling used to co-author this PR?
Generated-by: Claude Opus 4.6 following the guidelines