-
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] Upgrade tests removal of resources from co-namespace #10512
[ST] Upgrade tests removal of resources from co-namespace #10512
Conversation
/azp run upgrade |
Azure Pipelines successfully started running 1 pipeline(s). |
cacb89f
to
5167d99
Compare
/azp run upgrade |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run upgrade |
Azure Pipelines successfully started running 1 pipeline(s). |
5167d99
to
74daff0
Compare
/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.
Few comments, but thanks for the changes :) this will be great.
systemtest/src/test/java/io/strimzi/systemtest/upgrade/AbstractUpgradeST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/upgrade/kraft/KRaftStrimziDowngradeST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/upgrade/kraft/KRaftStrimziDowngradeST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/upgrade/kraft/KRaftStrimziUpgradeST.java
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/upgrade/kraft/KRaftStrimziUpgradeST.java
Outdated
Show resolved
Hide resolved
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 and thanks for the work 👍 . I have just one question... :)
systemtest/src/test/java/io/strimzi/systemtest/upgrade/kraft/KRaftStrimziUpgradeST.java
Outdated
Show resolved
Hide resolved
74daff0
to
9fd3be3
Compare
/azp run upgrade |
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: hzrncik <hzrncik@redhat.com>
Signed-off-by: hzrncik <hzrncik@redhat.com>
Signed-off-by: hzrncik <hzrncik@redhat.com>
9fd3be3
to
605446f
Compare
systemtest/src/test/java/io/strimzi/systemtest/upgrade/AbstractUpgradeST.java
Outdated
Show resolved
Hide resolved
Signed-off-by: hzrncik <hzrncik@redhat.com>
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, thanks :)
/azp run upgrade |
Azure Pipelines successfully started running 1 pipeline(s). |
Type of change
refactor
Description
co-namespace
will not be used for creation of any resources also in upgrade/donwgrade system tests (the only exception will now be in OLM tests).Detailed changes
namespaceName
.copyModifyApply
is now modified so it reflects exactly steps from documentation how to deploy cluster operator which watch multiple namesapces.TestConstants.CO_NAMESPACE
andTEST_SUITE_NAMESPACE
are not used if they can be passed as argument.TestConstants.CO_NAMESPACE
occurences replaced with simpleCO_NAMESPACE
as both were used in different places so for at least so-so consistency.