Kafka system tests variants#15629
Merged
stefans-elastic merged 10 commits intoelastic:mainfrom Oct 23, 2025
Merged
Conversation
Contributor
Author
|
/test |
🚀 Benchmarks reportTo see the full report comment with |
mykola-elastic
approved these changes
Oct 16, 2025
Linu-Elias
approved these changes
Oct 16, 2025
agithomas
reviewed
Oct 23, 2025
| @@ -0,0 +1,44 @@ | |||
| FROM debian:stretch | |||
Contributor
There was a problem hiding this comment.
This image has reached EOL. Do you want to consider using a different image?
Contributor
Author
There was a problem hiding this comment.
Older Kafka (and older Jolokia agent) requires older java and I wasn't successful in installing old java on newer image and that's why in this case I went with older image.
Comment on lines
+14
to
+18
| RUN sed -i s/deb.debian.org/archive.debian.org/g /etc/apt/sources.list \ | ||
| && sed -i 's|security.debian.org|archive.debian.org/|g' /etc/apt/sources.list \ | ||
| && sed -i '/stretch-updates/d' /etc/apt/sources.list | ||
|
|
||
| RUN apt-get update && apt-get upgrade -y && apt-get install -y curl openjdk-8-jre-headless netcat-openbsd dnsutils procps |
Contributor
There was a problem hiding this comment.
Suggestion: Combine them to reduce the image layers.
| @@ -0,0 +1,44 @@ | |||
| FROM debian:stretch | |||
Contributor
There was a problem hiding this comment.
This image has reached EOL. Do you want to consider using a different image?
Contributor
Author
There was a problem hiding this comment.
Pretty much same situation as in #15629 (comment)
💚 Build Succeeded
History
|
agithomas
pushed a commit
to agithomas/integrations
that referenced
this pull request
Oct 30, 2025
* add kafka 4.0.0 test variant * kafka 3.6.0 variant * add more variants * cover kafka 0.10.2.1 and kafka 1.1.0 in system test variants * yaml format fix * yaml format fix * yaml format fix * oprimize docker image building
tehbooom
pushed a commit
to tehbooom/integrations
that referenced
this pull request
Nov 19, 2025
* add kafka 4.0.0 test variant * kafka 3.6.0 variant * add more variants * cover kafka 0.10.2.1 and kafka 1.1.0 in system test variants * yaml format fix * yaml format fix * yaml format fix * oprimize docker image building
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed commit message
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots