-
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
Signed-off-by: jkalinic <[email protected]>
Signed-off-by: jkalinic <[email protected]>
Signed-off-by: jkalinic <[email protected]>
fec7814 to
dc978c1
Compare
|
|
/systemtests run --profile=regression --retry-count=0 |
❌ Systemtests run finished - failure ❌Test Summary:
Used parameters:
Test Failures:
|
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.
| import static org.junit.jupiter.api.Assertions.assertTrue; | ||
|
|
||
| @Tag(TestTags.REGRESSION) | ||
| public class RebalanceST extends AbstractST { |
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.
| public class RebalanceST extends AbstractST { | |
| class RebalanceST extends AbstractST { |



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.