You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: