Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Fix call to
GetDependencies
in grpc handler (#6324)
## Description of the changes - This PR fixes a bug in the query GRPC handler which currently passes `startTime` to `GetDependencies` instead of `endTime` ## How was this change tested? - Fixed unit test expectations ## 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