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

Flaky tests due to special values being treated differently by Jaeger #19

Open
Tracked by #662
janstenpickle opened this issue Aug 3, 2021 · 0 comments
Open
Tracked by #662

Comments

@janstenpickle
Copy link
Contributor

Because we use Scalacheck to generate test data for the Jaeger round trip, sometimes data that gets treated specially by Jaeger gets generated, so the resulting response isn't in the format we expect causing a test failure.

Thinking about what is being tested, i.e. the ability to send data to Jaeger, we don't really need to test that Jaeger can accept any randomly generated data, just that the data gets sent correctly via different exporters. Given this, we should have some pre-generated data tables that we know Jaeger won't mangle or treat as special cases.

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

No branches or pull requests

1 participant