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
[refactor] Decouple TraceQueryParams from Query in integration tests (#6779)
## Which problem is this PR solving?
- Towards #6765
## Description of the changes
- This PR is a prelude to
#6769. That PR was running
into issues because a JSON type cannot be unmarshalled into the
`pcommon.Map` type. In order to fix that, this PR decouples the `Query`
in the integration test from `TraceQueryParams` so that we can accept
queries as JSON and populate them into the `TraceQueryParams` as we see
fit.
## How was this change tested?
- CI
## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [x] I have added unit tests for the new functionality
- [x] I have run lint and test steps successfully
- for `jaeger`: `make lint test`
- for `jaeger-ui`: `npm run lint` and `npm run test`
---------
Signed-off-by: Mahad Zaryab <[email protected]>
0 commit comments