Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[refactor] Decouple
TraceQueryParams
from Query
in integration te…
…sts (#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]>
- Loading branch information