Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Conversation

@black-adder
Copy link
Contributor

No description provided.


def downstream_to_json(d):
s = {}
def join_trace_request_to_json(d, s):
Copy link
Member

Choose a reason for hiding this comment

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

please use readable variable names

@coveralls
Copy link

Coverage Status

Coverage remained the same at 84.631% when pulling d362796 on wjang/tchannel-crossdock into 3ad7d86 on master.

@tchannel.thrift.register(service.TracedService, method='startTrace')
@tornado.gen.coroutine
def start_trace(request):
raise UnimplementedEndpointException("tchannel startTrace endpoint not implemented")
Copy link
Member

Choose a reason for hiding this comment

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

just don't add this endpoint to begin with, tchannel will throw some exception automatically. And we won't need UnimplementedEndpointException

@yurishkuro
Copy link
Member

Q: somewhat suspicious about coverage numbers not changing at all. Are the crossdock files being tested?

@coveralls
Copy link

Coverage Status

Coverage increased (+0.8%) to 85.401% when pulling b740607 on wjang/tchannel-crossdock into 3ad7d86 on master.

@tchannel.thrift.register(service.TracedService, method='joinTrace')
@tornado.gen.coroutine
def join_trace(request):
jtr = request.body.request if request.body.request else None
Copy link
Member

Choose a reason for hiding this comment

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

nit: request.body.request or None

@coveralls
Copy link

Coverage Status

Coverage increased (+0.9%) to 85.528% when pulling deac797 on wjang/tchannel-crossdock into 3ad7d86 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.9%) to 85.517% when pulling 52126b4 on wjang/tchannel-crossdock into 3ad7d86 on master.

a == 'type_spec']


def obj_to_json(obj):
Copy link
Member

Choose a reason for hiding this comment

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

which obj is this?

@coveralls
Copy link

Coverage Status

Coverage increased (+0.8%) to 85.458% when pulling 322e686 on wjang/tchannel-crossdock into 3ad7d86 on master.

go:
image: jaegertracing/xdock-go
# TODO Use the master branch once this branch is merged
image: jaegertracing/xdock-go:upgrade-crossdock-tests-for-native-opentracing-in-tchannel
Copy link
Member

Choose a reason for hiding this comment

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

the Go repo has been upgraded, you can use the latest image now (rm the tag ^^^)

@yurishkuro
Copy link
Member

LGTM

Pull the latest Go img, and :shipit:

@coveralls
Copy link

Coverage Status

Coverage increased (+0.8%) to 85.458% when pulling 1b1ebdb on wjang/tchannel-crossdock into 3ad7d86 on master.

@black-adder black-adder merged commit 86570b9 into master Aug 26, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants