Skip to content
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

Fix conflict fail graph #865 #1087

Conversation

davidlatwe
Copy link
Contributor

@davidlatwe davidlatwe commented May 26, 2021

This fix #865.

As the example in #865, here's the new fail graph :

image

But different from the workaround #1086 which has been pointed out is not reliable, this PR is done by fixing resolve graph generation.

The root cause was, scope node in graph is being selected to form a conflict edge, without checking if scope's request is really conflicted. Which may leads to the case like #865 had, scope node takes the precedence and the real conflicting request node gets left out and pruned.

@nerdvegas nerdvegas merged commit e5afd6d into AcademySoftwareFoundation:master Jun 1, 2021
@nerdvegas
Copy link
Contributor

Fantastic work, cheers David

@davidlatwe davidlatwe deleted the fix-conflict-fail-graph branch June 1, 2021 04:23
nerdvegas added a commit that referenced this pull request Dec 10, 2021
Note that this is a regression from #1087
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fail-graph not showing true root of the conflict
2 participants