Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump idl with zipkin swagger and messaging annos #533

Merged

Conversation

pavolloffay
Copy link
Member

  • updated idl to master/head
  • run make thrift

Signed-off-by: Pavol Loffay <ploffay@redhat.com>
@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 100.0% when pulling ff3e590 on pavolloffay:bump-idl-zipkin-swagger into 32e2cd3 on jaegertracing:master.

@@ -43,6 +43,10 @@ func (c *tchanBaggageRestrictionManagerClient) GetBaggageRestrictions(ctx thrift
}
success, err := c.client.Call(ctx, c.thriftService, "getBaggageRestrictions", &args, &resp)
if err == nil && !success {
switch {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks fine but it's weird this got generated given that these thrift files haven't changed and we're always used thrift 0.9.3 to generate them. Maybe they patched something into 0.9.3 recently since it does seem like the docker image was updated: https://hub.docker.com/r/library/thrift/tags/

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's weird I don't know why it's changed. I have used a standard make target.

@pavolloffay pavolloffay merged commit e0a74f2 into jaegertracing:master Nov 13, 2017
@ghost ghost removed the review label Nov 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants