Skip to content

Conversation

@jankalinic
Copy link
Contributor

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.

@jankalinic jankalinic self-assigned this Dec 10, 2025
@jankalinic jankalinic added do not merge Do not merge just yet. Work is still in progress ready for review Pull request is ready for a static review labels Dec 10, 2025
@sonarqubecloud
Copy link

@jankalinic
Copy link
Contributor Author

/systemtests run --profile=regression --retry-count=0

@MikeEdgar MikeEdgar added this to the 0.11.0 milestone Dec 10, 2025
@streamshub-bot
Copy link

❌ Systemtests run finished - failure ❌

Test Summary:

  • TOTAL: 41
  • PASS: 33
  • FAIL: 8
  • SKIP: 0

Used parameters:

  • TEST_CASE:
  • PROFILE: regression
  • INSTALL_TYPE: olm
  • RETRY_COUNT: 0
  • ENVS:

Test Failures:

  • com.github.streamshub.systemtests.kafka.RebalanceST#testKafkaRebalance
  • com.github.streamshub.systemtests.consumers.ConsumerST#testResetConsumerOffsetAllTopicsAllPartitions(int
  • ResetOffsetType
  • ResetOffsetDateTimeType
  • String)[1]
  • com.github.streamshub.systemtests.consumers.ConsumerST#testResetConsumerOffsetAllTopicsAllPartitions(int
  • ResetOffsetType
  • ResetOffsetDateTimeType
  • String)[3]
  • com.github.streamshub.systemtests.consumers.ConsumerST#testResetConsumerOffsetAllTopicsAllPartitions(int
  • ResetOffsetType
  • ResetOffsetDateTimeType
  • String)[4]
  • com.github.streamshub.systemtests.consumers.ConsumerST#testResetConsumerOffsetAllTopicsAllPartitions(int
  • ResetOffsetType
  • ResetOffsetDateTimeType
  • String)[5]
  • com.github.streamshub.systemtests.consumers.ConsumerST#testResetConsumerOffsetAllTopicsAllPartitions(int
  • ResetOffsetType
  • ResetOffsetDateTimeType
  • String)[6]
  • com.github.streamshub.systemtests.consumers.ConsumerST#testResetConsumerOffsetAllTopicsAllPartitions(int
  • ResetOffsetType
  • ResetOffsetDateTimeType
  • String)[7]
  • com.github.streamshub.systemtests.consumers.ConsumerST#testResetConsumerOffsetAllTopicsAllPartitions(int
  • ResetOffsetType
  • ResetOffsetDateTimeType
  • String)[8]

Copy link
Member

@MikeEdgar MikeEdgar left a 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 {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public class RebalanceST extends AbstractST {
class RebalanceST extends AbstractST {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge Do not merge just yet. Work is still in progress ready for review Pull request is ready for a static review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants