-
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
[storage]Upgraded integration tests to use Dependency Writer of storage_v2 #6559
Conversation
…orage_v2 Signed-off-by: Manik2708 <[email protected]>
I am little confused on the usage of |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6559 +/- ##
==========================================
+ Coverage 96.21% 96.24% +0.02%
==========================================
Files 373 373
Lines 21400 21406 +6
==========================================
+ Hits 20591 20602 +11
+ Misses 616 612 -4
+ Partials 193 192 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ge_v2 (jaegertracing#6559) <!-- !! Please DELETE this comment before posting. We appreciate your contribution to the Jaeger project! 👋🎉 --> ## Which problem is this PR solving? Fixes a part of: jaegertracing#6366 ## Description of the changes - Upgared the integration tests ## How was this change tested? - e2e 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: Manik2708 <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
## Which problem is this PR solving? A minor fix related to #6559 ## Description of the changes - On addition of dependency writer in storage v2, mocks generation was left which is generating mocks when `make generate mocks` is ran on main branch which can cause unnecessary noise in a PR which is adding mocks ## 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: Manik2708 <[email protected]>
Which problem is this PR solving?
Fixes a part of: #6366
Description of the changes
How was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:npm run lint
andnpm run test