-
Notifications
You must be signed in to change notification settings - Fork 24
[ST] Kafka Rebalance ST #2181
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
base: main
Are you sure you want to change the base?
[ST] Kafka Rebalance ST #2181
Conversation
fec7814 to
dc978c1
Compare
|
/systemtests run --profile=regression --retry-count=0 |
MikeEdgar
left a comment
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, just the Sonar nit. I assume you're still looking at the test failures.
systemtests/src/test/java/com/github/streamshub/systemtests/kafka/RebalanceST.java
Show resolved
Hide resolved
dc978c1 to
7018b0b
Compare
|
/systemtests run --profile=regression --retry-count=1 |
7018b0b to
29ac9fa
Compare
|
/systemtests run --profile=regression --retry-count=1 |
|
6/8 ST workflows passed. The two died on runtime issue. Re-triggering should solve this issue. |
|
/systemtests run --testcase=ConsumerST --retry-count=1 |
29ac9fa to
b136814
Compare
|
/systemtests run --testcase=ConsumerST --retry-count=0 |
b136814 to
debe780
Compare
|
/systemtests run --testcase=ConsumerST --retry-count=0 |
debe780 to
2fe3d1b
Compare
|
/systemtests run --testcase=ConsumerST --retry-count=0 |
|
It seems like |
|
Yes i've just noticed that the env is missing. GITHUB_ENV is job scoped (thought it was workflow scoped), so i need to do that. Thanks! |
2fe3d1b to
7690d9f
Compare
|
/systemtests run --testcase=ConsumerST --retry-count=0 |
|
It might need a PAT to download: https://github.com/actions/download-artifact?tab=readme-ov-file#download-artifacts-from-other-workflow-runs-or-repositories Do you want to add it to this PR and it can be tested right away? |
|
Oh, for some reason i thought i read the docs saying that if the token is not specified the one from envs would be used. I'll add it here in that case. |
|
/systemtests run --testcase=ConsumerST --retry-count=0 |
|
I forgot the systemtests workflow runs with the |
|
Yea me too, but some changes to the gha do work though, i just don't remember which. |
f474c99 to
7690d9f
Compare
|
/systemtests run --testcase=ConsumerST --retry-count=0 |
1 similar comment
|
/systemtests run --testcase=ConsumerST --retry-count=0 |
7690d9f to
f4b52f0
Compare
|
Darn... this isn't needed with the download action: - name: Extract Images
run: |
unzip streamshub-images.zip |
|
I will try this whole setup on my fork repo to avoid extra PRs, i don't think just removing unzip like that will work. The workflow action should download it to a path from which it may be necessary to move the tgz. |
It should work, those are the steps in the playwright workflow. The download unzips it. - name: Download Images
uses: actions/download-artifact@v7
with:
name: streamshub-images
- name: Setup Minikube Environment
uses: ./.github/actions/setup-minikube
with:
MEM: 8g
CPUS: 2 |
Signed-off-by: jkalinic <[email protected]>
Signed-off-by: jkalinic <[email protected]>
Signed-off-by: jkalinic <[email protected]>
f4b52f0 to
d15d07b
Compare
|
|
/systemtests run --testcase=ConsumerST --retry-count=0 |
❌ Systemtests run finished - failure ❌Test Summary:
Used parameters:
Test Failures:
|



This PR adds a systemtest for a rebalance feature, deploying Kafka with CC and KafkaRebalance CRs, and using Console UI to verify data and approval of the generated proposals.