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

Add tests for XrayUDPStorage / Reporter. #157

Merged
merged 3 commits into from
Mar 6, 2020

Conversation

anuraaga
Copy link
Contributor

@anuraaga anuraaga commented Mar 6, 2020

I was randomly looking at the xray storage and want to convert to using Netty to likely improve performance a lot. But that would require benchmarking and reasoning about whether adding a dependency on Netty is OK (I guess so since other storage like elasticsearch has it).

In the meantime, it shouldn't require reasoning to use Netty for tests, which would help in the event we make a change to the storage implementation.

@codefromthecrypt
Copy link
Member

codefromthecrypt commented Mar 6, 2020 via email

@anuraaga
Copy link
Contributor Author

anuraaga commented Mar 6, 2020

Yup did notice that and agree with splitting - it's a small amount of code to duplicate but with a good expectation for impact on the storage (non-reporter) side

@codefromthecrypt
Copy link
Member

codefromthecrypt commented Mar 6, 2020 via email

@anuraaga
Copy link
Contributor Author

anuraaga commented Mar 6, 2020

Added tests for reporter too in anticipation of the split.

@anuraaga anuraaga changed the title Add tests for XrayUDPStorage. Add tests for XrayUDPStorage / Reporter. Mar 6, 2020
@anuraaga anuraaga merged commit 6f9e011 into openzipkin:master Mar 6, 2020
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.

2 participants