Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid changing a correct order of span references (#5121)
## Which problem is this PR solving? - Resolves #5122 ## Description of the changes - Avoid changing order in the case described above. ## How was this change tested? - A test case is added. ## 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: Sherwood Wang <[email protected]>
- Loading branch information