Regenerate protobuf for 3.5 (again)#2503
Merged
nishanttotla merged 1 commit intomoby:masterfrom Feb 7, 2018
Merged
Conversation
Protobuf was updated to version 3.5, in commit 9b981e2 and regenerated in 93c3290, however in 58e42ec those changes were reverted; possibly due to an older version of protobuf being used. These are the changes after running `make generate` after installing protobuf 3.5.1 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Merged
Contributor
|
LGTM |
anshulpundir
approved these changes
Feb 5, 2018
Member
Author
|
Getting two failures; are these flaky? |
Contributor
|
Yea. Kicked off a new run. |
Member
Author
|
Failed again, but looks like it didn't start properly |
nishanttotla
approved these changes
Feb 7, 2018
Contributor
nishanttotla
left a comment
There was a problem hiding this comment.
LGTM. Restarted tests once more, I'll merge once CI is green.
Codecov Report
@@ Coverage Diff @@
## master #2503 +/- ##
==========================================
+ Coverage 61.46% 61.71% +0.24%
==========================================
Files 49 129 +80
Lines 6898 21325 +14427
==========================================
+ Hits 4240 13161 +8921
- Misses 2220 6750 +4530
- Partials 438 1414 +976 |
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.
Protobuf was updated to version 3.5, in commit 9b981e2 (#2448)
and regenerated in 93c3290 (#2451), however in 58e42ec (#2458)
those changes were reverted; possibly due to an older version of protobuf being used.
These are the changes after running
make generateafter installing protobuf 3.5.1