-
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] Parallelize kubeClient interactions in AbstractUpgradeST #10514
Conversation
23a0216
to
865a72c
Compare
Signed-off-by: Laszlo I. Hunyady <[email protected]>
865a72c
to
6e80281
Compare
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.
Just 3 small nits regarding code style, but otherwise this LGTM. Thanks for the PR! :)
systemtest/src/test/java/io/strimzi/systemtest/upgrade/AbstractUpgradeST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/upgrade/AbstractUpgradeST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/upgrade/AbstractUpgradeST.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Lukáš Král <[email protected]> Signed-off-by: Laszlo I. Hunyady <[email protected]>
Thank you! I have applied them! |
/azp run upgrade |
Azure Pipelines successfully started running 1 pipeline(s). |
@lhunyady there is ongoing minikube registry outage, the failure is not related to your changes. |
Thx, is there a tracking ticket for that? |
There are several issues opened on Minikube gh. I opened #10519 that should workaround the problem 🤞 |
/azp run build |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run upgrade |
Azure Pipelines successfully started running 1 pipeline(s). |
LGTM, thanks a lot for the PR @lhunyady ! |
Thank you @im-konge! Not sure what the next steps are, but from my point of view this PR can be merged! |
@lhunyady PRs require a review from 2 maintainers to be merged. I think that @see-quick or @Frawless will look at it next. But in any case, there is nothing you have to do right now. |
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 for the contribution! 👍
Thank you everyone for the help! |
Type of change
Description
Parallelize kubeClient interactions in AbstractUpgradeSt