Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix][query] Correct query server legacy condition (#6120)
## Which problem is this PR solving? - Towards #6026 ## Description of the changes - Fixes an issue from #6055 where the condition for routing to the legacy implementation was accidentally flipped. ## 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`: `yarn lint` and `yarn test` Signed-off-by: Mahad Zaryab <[email protected]>
- Loading branch information