Update google/certificate-transparency-go to v1.0.20#2689
Merged
cyli merged 1 commit intomoby:masterfrom Jul 25, 2018
Merged
Conversation
Member
Author
|
/cc @justincormack @cyli |
42804f0 to
99f4c5d
Compare
99f4c5d to
860e93b
Compare
Member
Author
|
rebased to get the CircleCI vendor fix |
Member
Author
|
Interesting; flaky unit test? |
860e93b to
d1c9994
Compare
Codecov Report
@@ Coverage Diff @@
## master #2689 +/- ##
==========================================
+ Coverage 61.68% 61.74% +0.06%
==========================================
Files 134 134
Lines 21771 21771
==========================================
+ Hits 13429 13443 +14
+ Misses 6890 6882 -8
+ Partials 1452 1446 -6 |
Member
Author
|
ah! green is a nicer color 🎉 |
justincormack
approved these changes
Jul 7, 2018
Contributor
|
LGTM |
c9dc073 to
5d68160
Compare
Member
Author
|
Looks like there's some racy/flaky tests; |
5d68160 to
7175222
Compare
Member
Author
|
Hm. other failure this time; |
7175222 to
63d2117
Compare
Contributor
|
@thaJeztah those are known flakey tests, apologies :| |
Member
Author
|
Do we have a list of know. flaky tests? (or individual issues tracking each one) |
Contributor
This includes a fix to make compilation work on Go 1.11 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
63d2117 to
1160ef1
Compare
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 includes a fix to make compilation work on Go 1.11
This PR is based on top of #2688, but kept it separate (as the change is bigger);