Skip to content

Call kubeCmdClient clean with timeout #11683

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

Merged
merged 1 commit into from
Jul 28, 2025
Merged

Conversation

kornys
Copy link
Member

@kornys kornys commented Jul 23, 2025

Type of change

  • Bugfix

Description

KubeCmdClient is by default called with timeout 0 which means wait forever to end of execution of command. This can cause infinity waiting for deletion for example kafkatopic. Test suite is then stuck and do not fail. With timeout we can delegate waiting for Wait method which fails when timeout is reached.

Signed-off-by: David Kornel <kornys@outlook.com>
@kornys kornys self-assigned this Jul 23, 2025
@kornys kornys added this to the 0.48.0 milestone Jul 23, 2025
@im-konge
Copy link
Member

/azp run regression

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@im-konge
Copy link
Member

/azp run upgrade

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@im-konge
Copy link
Member

/packit test --labels upgrade,regression

@kornys kornys requested a review from a team July 28, 2025 06:44
@im-konge im-konge merged commit 9900408 into strimzi:main Jul 28, 2025
33 checks passed
@kornys kornys deleted the kubecmd-timeout branch July 28, 2025 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants