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

Fix tests and add encoding support #104

Merged
merged 4 commits into from Jan 29, 2019

Conversation

drolando
Copy link
Contributor

Tests depend on thriftpy but don't define it as a dependency, relying on
py-zipkin to install it. Since 0.17 py-zipkin has moved to thriftpy2
and that broke our tests.
Rather than moving to thriftpy2 I changed the tests to use python since
it simplifies the logic quite a bit.

py-zipkin now supports multiple encodings. This change adds a new
optional argument that lets you choose which encoding you want to use.
It defaults to V1_THRIFT to maintain backward-compatibility.
Tests depend on thriftpy but don't define it as a dependency, relying on
py-zipkin to install it. Since 0.17 py-zipkin has moved to thriftpy2
and that broke our tests.
Rather than moving to thriftpy2 I changed the tests to use python since
it simplifies the logic quite a bit.
@coveralls
Copy link

coveralls commented Jan 29, 2019

Coverage Status

Coverage remained the same at 100.0% when pulling f37727a on fix_tests_and_add_encoding_support into 98def3e on master.

@drolando drolando merged commit 98d0732 into master Jan 29, 2019
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.

None yet

3 participants