Skip to content

Sch: Don't overwrite error result #632

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jpsamaroo
Copy link
Member

If the upstream tip of a diamond dependency DAG fails, the downstream tip should contain an error referencing the upstream tip. Previously, it was possible for an edge of the diamond to overwrite the downstream tip's error, wiping out this error information and making debugging failing DAGs difficult. This PR fixes that and other possible overwriting situations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant