Skip to content
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

[system test] - fix testJbodMetadataLogRelocation for >= 3.7.0 Kafka … #10093

Merged
merged 3 commits into from
May 10, 2024

Conversation

see-quick
Copy link
Member

@see-quick see-quick commented May 9, 2024

…version

Type of change

  • Bugfix

Description

This PR fixes a problem when we run a release pipeline with the 3.6.2 version this test case failed because it is not intended to run on 3.6.2 because multiple JBOD volumes are not supported (expected). Thus I have updated the assumption condition here.

Should be cherry-picked to release-0.41.x :) if possible

Checklist

  • Write tests
  • Make sure all tests pass

@see-quick see-quick requested a review from a team May 9, 2024 19:44
@see-quick see-quick self-assigned this May 9, 2024
@see-quick see-quick added this to the 0.42.0 milestone May 9, 2024
Copy link
Member

@scholzj scholzj left a comment

Choose a reason for hiding this comment

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

should we have the same comment / TODO as for the other tests?

        // JBOD storage in KRaft is supported only from Kafka 3.7.0 and higher.
        // So we want to run this test when KRaft is disabled or when it is with KRaft and Kafka 3.7.0+
        // TODO: remove once support for 3.6.x is removed - https://github.com/strimzi/strimzi-kafka-operator/issues/9921

@see-quick
Copy link
Member Author

should we have the same comment / TODO as for the other tests?

        // JBOD storage in KRaft is supported only from Kafka 3.7.0 and higher.
        // So we want to run this test when KRaft is disabled or when it is with KRaft and Kafka 3.7.0+
        // TODO: remove once support for 3.6.x is removed - https://github.com/strimzi/strimzi-kafka-operator/issues/9921

agree :) will do

Signed-off-by: see-quick <[email protected]>
@see-quick see-quick added ready for merge Label for PRs which are ready for merge and removed needs review labels May 9, 2024
@scholzj scholzj merged commit ec8fc81 into strimzi:main May 10, 2024
13 checks passed
@scholzj scholzj modified the milestones: 0.42.0, 0.41.0 May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for merge Label for PRs which are ready for merge System tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants