[integration] skip ppc64le oom tests temporarily#36539
Merged
vdemeester merged 1 commit intomoby:masterfrom Mar 9, 2018
Merged
[integration] skip ppc64le oom tests temporarily#36539vdemeester merged 1 commit intomoby:masterfrom
vdemeester merged 1 commit intomoby:masterfrom
Conversation
thaJeztah
reviewed
Mar 8, 2018
Member
There was a problem hiding this comment.
This one seems to be passing still or was it failing as well?
Member
There was a problem hiding this comment.
Erm, meant the DisableFalse one
Contributor
Author
There was a problem hiding this comment.
Yeah all three fail. This one is a bit flakier
Member
|
erm, whoops: |
These tests were enabled by changing a config option on the ci machines, instead of from a patch, so let me disable them for now on ppc64le and open up another patch to enable them, where I can find out what the issues are with them. Signed-off-by: Christopher Jones <[email protected]>
86c5796 to
620ddc7
Compare
Codecov Report
@@ Coverage Diff @@
## master #36539 +/- ##
=========================================
Coverage ? 34.64%
=========================================
Files ? 613
Lines ? 45404
Branches ? 0
=========================================
Hits ? 15730
Misses ? 27615
Partials ? 2059 |
Member
|
Windows failure is unrelated |
Member
|
Janky is failing because of these; #36501 (also unrelated) PowerPC is green, which is the important one |
This was referenced Mar 14, 2018
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.
These tests were enabled by changing a config option on the ci
machines, instead of from a patch, so let me disable them
for now on ppc64le and open up another patch to enable them, where I can find
out what the issues are with them.
Signed-off-by: Christopher Jones [email protected]