Replace deprecated grpc.Errorf() with status.Errorf()#2440
Merged
stevvooe merged 1 commit intomoby:masterfrom Nov 23, 2017
Merged
Replace deprecated grpc.Errorf() with status.Errorf()#2440stevvooe merged 1 commit intomoby:masterfrom
stevvooe merged 1 commit intomoby:masterfrom
Conversation
thaJeztah
commented
Nov 11, 2017
| type: TYPE_STRING | ||
| json_name: "swiftPrefix" | ||
| } | ||
| field { |
Member
Author
There was a problem hiding this comment.
interesting, I see these were removed in a previous commit; 8f9f7dc#diff-832df52f65be6ede52a44115a7cfe9e5L714
different version used to generate?
Contributor
There was a problem hiding this comment.
Rebase? I think this fix was merged.
c0c17c4 to
b0861c0
Compare
Codecov Report
@@ Coverage Diff @@
## master #2440 +/- ##
=========================================
+ Coverage 57.73% 60.6% +2.87%
=========================================
Files 10 128 +118
Lines 1552 26412 +24860
=========================================
+ Hits 896 16007 +15111
- Misses 588 9000 +8412
- Partials 68 1405 +1337 |
b0861c0 to
5faebed
Compare
Member
Author
|
Is this a flaky test? |
Contributor
Seems like it. See #2445 |
Contributor
|
LGTM |
anshulpundir
approved these changes
Nov 16, 2017
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
5faebed to
553f145
Compare
stevvooe
approved these changes
Nov 23, 2017
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.
from the function's description; https://github.com/docker/swarmkit/blob/c23aa65fc646081600eb206c2f2dcff5a9e25143/vendor/google.golang.org/grpc/rpc_util.go#L393-L399