-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[chore] Update idl
submodule
#6418
Conversation
Signed-off-by: Mahad Zaryab <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6418 +/- ##
==========================================
- Coverage 96.27% 96.24% -0.03%
==========================================
Files 368 368
Lines 21008 21008
==========================================
- Hits 20225 20220 -5
- Misses 599 603 +4
- Partials 184 185 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@yurishkuro any idea why the generated-files-check is failing? |
I think you need to run |
Signed-off-by: Yuri Shkuro <[email protected]>
## Which problem is this PR solving? - Towards jaegertracing#6417 ## Description of the changes - Updates the `idl` submodule to the latest commit on main which pulls in the new `raw_traces` flags added to the api_v2 and api_v3 requests ## 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: Mahad Zaryab <[email protected]> Signed-off-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
Which problem is this PR solving?
Description of the changes
idl
submodule to the latest commit on main which pulls in the newraw_traces
flags added to the api_v2 and api_v3 requestsChecklist
jaeger
:make lint test
jaeger-ui
:npm run lint
andnpm run test