Commit 9f4e8f7
authored
[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]>1 parent 2fbc067 commit 9f4e8f7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments