-
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
Enhance Kafka integration tests to support multiple Kafka versions #6400
Enhance Kafka integration tests to support multiple Kafka versions #6400
Conversation
43aebe4
to
21b81c6
Compare
I 'm not sure where to record the document.... 🤔 |
Signed-off-by: zzzk1 <[email protected]>
ffbcd21
to
47d2e03
Compare
Signed-off-by: zzzk1 <[email protected]>
47d2e03
to
57f9f5a
Compare
@jpkrohling mention nightly jobs here: #3068 (comment), so what should we do now?😊 |
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.
please also update renovate.json
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6400 +/- ##
===========================================
+ Coverage 49.57% 96.27% +46.69%
===========================================
Files 182 367 +185
Lines 11190 20978 +9788
===========================================
+ Hits 5548 20197 +14649
+ Misses 5197 597 -4600
+ Partials 445 184 -261
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: zzzk1 <[email protected]>
;; | ||
esac | ||
done | ||
if [ "$jaeger_version" != "v1" ] && [ "$jaeger_version" != "v2" ]; then | ||
if [[ "$jaeger_version" != "v1" && "$jaeger_version" != "v2" ]]; then |
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.
don't have objection to the change, but can you elaborate why you wanted to change it?
…aegertracing#6400) ## Which problem is this PR solving? - Resolves jaegertracing#3068 ## Description of the changes - Introduce old version kafka env - Update e2e CI script ## How was this change tested? - integration tests ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [ ] 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]>
Which problem is this PR solving?
Description of the changes
How was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:npm run lint
andnpm run test