Serialize comparison of multiple baseline images.#7674
Merged
tacaswell merged 1 commit intomatplotlib:masterfrom Dec 23, 2016
Merged
Serialize comparison of multiple baseline images.#7674tacaswell merged 1 commit intomatplotlib:masterfrom
tacaswell merged 1 commit intomatplotlib:masterfrom
Conversation
This prevents the results from stomping on one another, though it doesn't fix the case of multiple tests using the same baseline image. See matplotlib#7673 for an explanation.
Member
Author
|
And it died on something else; not sure if that's proof it's working or just bad luck. |
Member
That looks like bad-luck, restarted. |
Member
|
Yeah, this test fails for all builds from time to time. |
Current coverage is 62.06% (diff: 100%)@@ master #7674 diff @@
==========================================
Files 109 174 +65
Lines 46633 56007 +9374
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 31049 34763 +3714
- Misses 15584 21244 +5660
Partials 0 0
|
Kojoley
approved these changes
Dec 23, 2016
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.
This prevents the results from stomping on one another, though it doesn't fix the case of multiple tests using the same baseline image.
See #7673 for an explanation. Since there are so many tests with multiple copies of the same baseline (it's not a huge amount, but enough, apparently), this seems like a reasonable workaround.