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

Additional DependencyResolver ordering fixes #8830

Merged
merged 4 commits into from
Mar 29, 2017

Conversation

roystgnr
Copy link
Contributor

This should complete the fixes that I thought I had finished in
PR #8674, thereby resolving #8659. Now we have a consistent ordering
for every set produced by a resolver, not just every set except the
last.

This appears to fix intermittent #1500 failures for me. As with the
previous #8659 fix it's hard to be certain, since there's always a
high chance that the previous broken code will work correctly via dumb
luck.

This helped me diagnose a failure in idaholab#1500 tests, and it could be
useful when running new ElementDeleterBase subclasses in parallel as
well.
This doesn't actually fix any bugs, but it makes bugs easier to
diagnose and it makes resolver operations more efficient.
This should complete the fixes that I *thought* I had finished in
PR idaholab#8674, thereby resolving idaholab#8659.  Now we have a consistent ordering
for *every* set produced by a resolver, not just every set except the
last.

This appears to fix intermittent idaholab#1500 failures for me.  As with the
previous idaholab#8659 fix it's hard to be certain, since there's always a
high chance that the previous broken code will work correctly via dumb
luck.
@moosebuild
Copy link
Contributor

Job Precheck:linux-gnu on 8dfaeae wanted to post the following:

Your code requires style changes.
In the top level of your repository, you can run:

git clang-format fbd0434c8b77fdaad04e6c6da7ace75832e641d6

Alternatively, apply the patch found here.
You can directly apply the patch by running:

curl -s http://mooseframework.org/docs/PRs/8830/style.patch | git apply -v

Copy link
Member

@permcody permcody left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@permcody permcody merged commit 9567855 into idaholab:devel Mar 29, 2017
@roystgnr roystgnr deleted the dependency_resolved branch August 17, 2017 16:31
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.

3 participants