Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[test] Explicitly test writing traces with duplicate span ids (#6254)
Signed-off-by: vaidikcode <[email protected]> ## Which problem is this PR solving? Resolves #4466 ## Description of the changes - added new testGetLargeSpanWithDuplicateIds with a method to generate duplicate span ids and also fixed testGetLargeSpan to generate unique ids ## How was this change tested? - ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [ ] I have added unit tests for the new functionality - [ ] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `yarn lint` and `yarn test`
- Loading branch information