You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the first span reference is typed as 'CHILD_OF' and other references are 'FOLLOWS_FROM' with the same trace id, the first 'CHILD_OF' span referenced is swapped to the second place.
Steps to reproduce
Create a span with 2 references. The first is a 'CHILD_OF' reference. The second is a 'FOLLOWS_FROM' reference. Both of them point to spans of the same trace id with the referencing one.
Expected behavior
The order should be unchanged.
Relevant log output
No response
Screenshot
No response
Additional context
No response
Jaeger backend version
No response
SDK
No response
Pipeline
No response
Stogage backend
No response
Operating system
No response
Deployment model
No response
Deployment configs
No response
The text was updated successfully, but these errors were encountered:
## 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]>
What happened?
When the first span reference is typed as 'CHILD_OF' and other references are 'FOLLOWS_FROM' with the same trace id, the first 'CHILD_OF' span referenced is swapped to the second place.
Steps to reproduce
Create a span with 2 references. The first is a 'CHILD_OF' reference. The second is a 'FOLLOWS_FROM' reference. Both of them point to spans of the same trace id with the referencing one.
Expected behavior
The order should be unchanged.
Relevant log output
No response
Screenshot
No response
Additional context
No response
Jaeger backend version
No response
SDK
No response
Pipeline
No response
Stogage backend
No response
Operating system
No response
Deployment model
No response
Deployment configs
No response
The text was updated successfully, but these errors were encountered: