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
The current method for converting ptrace.Traces to model.trace does not account for the conversion of nested structs (nil), which causes assertion failures in integration tests.
Problem
Integration tests failed.
Proposal
No response
Open questions
No response
The text was updated successfully, but these errors were encountered:
## Which problem is this PR solving?
- Resolves#6798
## Description of the changes
- Added boundary case handling for empty fields during model conversion.
## How was this change tested?
- unit tests
## 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`: `npm run lint` and `npm run test`
Signed-off-by: zzzk1 <[email protected]>
Requirement
The current method for converting
ptrace.Traces
tomodel.trace
does not account for the conversion of nested structs (nil), which causes assertion failures in integration tests.Problem
Integration tests failed.
Proposal
No response
Open questions
No response
The text was updated successfully, but these errors were encountered: