-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[ST] Remove rest of the Zookeeper occurences from STs, together with other unused code (UTO, NodePools/KRaft checks) #11041
Conversation
a77b9bb
to
3412d1d
Compare
/azp run regression |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run upgrade |
Azure Pipelines successfully started running 1 pipeline(s). |
3412d1d
to
e68c709
Compare
Signed-off-by: Lukas Kral <[email protected]> [ST] Remove the rest of ZK stuff Signed-off-by: Lukas Kral <[email protected]> remove rest of ZK stuff, UTO etc. Signed-off-by: Lukas Kral <[email protected]> update STs docs Signed-off-by: Lukas Kral <[email protected]> changes to kafkautils Signed-off-by: Lukas Kral <[email protected]>
e68c709
to
a395fdc
Compare
/azp run regression |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run feature-gates-regression |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run upgrade |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
I assume that the tests works withe very install type on every env.
/azp list |
/azp run helm-acceptance |
Azure Pipelines successfully started running 1 pipeline(s). |
@strimzi-ci run tests --cluster-type=ocp --profile=all --groups=olm_acceptance_upgrade --install-type=olm --cluster-version=4.17 --env=OLM_OPERATOR_VERSION=6.6.6;OLM_SOURCE_NAME=strimzi-source; |
|
❗ Systemtests Failed (no tests results are present) ❗ |
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.
While nothing stands out, i can approve with the assumption of all the tests passing.
@strimzi-ci run tests --cluster-type=ocp --profile=olm_acceptance_upgrade --install-type=olm --cluster-version=4.17 --env=OLM_OPERATOR_VERSION=6.6.6;OLM_SOURCE_NAME=strimzi-source; |
|
❌ Test Summary ❌TEST_PROFILE: olm_acceptance_upgrade ❗ Test Failures ❗
Re-run command: |
There is just one test-failure for |
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.
Thanks, looks very good! 👍 🔥
Type of change
Description
This PR (as the last PR from the serious of "ZK removal from STs" PRs) is deleting rest of the ZK code in the STs, together with env variables and functionality which is not needed anymore -> related to UTO/BTO (as the UTO is the only Topic Operator supported for a while), checks for NodePools or KRaft usage (as both are enabled by default). Additionally, the
NodePoolsConverter
is deleted by this PR as well, as it is not needed anymore -> for the mixed roles mode we decided to not go with the way of rewriting whole test-suite and all tests, but just pick scenarios that are good to be checked with mixed roles and write few tests for them. The functionality of switching the NodePool roles (mixed/separate) wasn't used anyway. Finally, the methods fromKafkaTemplates
were cleaned up as well, as we are not differentiating between thepersistent
orephemeral
Kafka -> everything is handled in the NodePools.Checklist