-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add e2e integration test for Query Service #6966
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
Add e2e integration test for Query Service #6966
Conversation
c8c2945
to
f30a9af
Compare
Signed-off-by: pipiland <[email protected]>
f30a9af
to
21322d7
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6966 +/- ##
==========================================
- Coverage 96.19% 95.95% -0.25%
==========================================
Files 344 346 +2
Lines 20253 20429 +176
==========================================
+ Hits 19483 19603 +120
- Misses 581 622 +41
- Partials 189 204 +15
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: pipiland <[email protected]>
7e32015
to
38d4a77
Compare
Signed-off-by: pipiland <[email protected]>
Signed-off-by: pipiland <[email protected]>
3cbdd34
to
73c7f9b
Compare
Signed-off-by: pipiland <[email protected]>
Signed-off-by: pipiland <[email protected]>
Signed-off-by: pipiland <[email protected]>
Signed-off-by: pipiland <[email protected]>
@yurishkuro Hi, the pull request is ready to be reviewed. Looking forwards to your response ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: pipiland <[email protected]>
f037a5d
to
e59ec57
Compare
Signed-off-by: pipiland <[email protected]>
e59ec57
to
4d82abe
Compare
## Which problem is this PR solving? - part of jaegertracing#6683 ## Description of the changes - Add new e2e integration tests to exercise jaeger-query.yaml configuration - Add configure e2e pipeline ## How was this change tested? - `STORAGE=query SPAN_STORAGE_TYPE=memory make jaeger-v2-storage-integration-test ` command runs successfully locally ## 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: pipiland <[email protected]> Signed-off-by: pipiland <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
## Which problem is this PR solving? - part of jaegertracing#6683 ## Description of the changes - Add new e2e integration tests to exercise jaeger-query.yaml configuration - Add configure e2e pipeline ## How was this change tested? - `STORAGE=query SPAN_STORAGE_TYPE=memory make jaeger-v2-storage-integration-test ` command runs successfully locally ## 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: pipiland <[email protected]> Signed-off-by: pipiland <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: amol-verma-allen <[email protected]>
Which problem is this PR solving?
Description of the changes
How was this change tested?
STORAGE=query SPAN_STORAGE_TYPE=memory make jaeger-v2-storage-integration-test
command runs successfully locallyChecklist
jaeger
:make lint test
jaeger-ui
:npm run lint
andnpm run test