-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[execute_job] tidy up rexecution from failure #17666
[execute_job] tidy up rexecution from failure #17666
Conversation
Current dependencies on/for this PR: This stack of pull requests is managed by Graphite. |
d72de65
to
54274dd
Compare
Deploy preview for dagit-core-storybook ready! ✅ Preview Built with commit 23ea863. |
54274dd
to
7b3cb85
Compare
Deploy preview for dagit-storybook ready! ✅ Preview Built with commit 23ea863. |
@@ -807,6 +807,7 @@ def test_retry_early_terminate(self, graphql_context: WorkspaceRequestContext): | |||
} | |||
}, | |||
) | |||
print("WHEW", result) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably remove this one yea?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice.
7b3cb85
to
23ea863
Compare
Bumped up against this, had an idea for how to resolve it and reduce the number of callsites where we build execution state. ## How I Tested These Changes existing tests
Bumped up against this, had an idea for how to resolve it and reduce the number of callsites where we build execution state.
How I Tested These Changes
existing tests