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

Fix reliability issue with test case #10635

Merged
merged 2 commits into from
Sep 24, 2024
Merged

Fix reliability issue with test case #10635

merged 2 commits into from
Sep 24, 2024

Conversation

MichaelMorrisEst
Copy link
Contributor

Type of change

  • Bugfix (bug in test case)

Description

Addresses reliability issue with MockKube3ControllersMockTest.testDeploymentController test case by changing the wait condition to wait until after the MockDeploymentController has processed the deployment creation
Closes #10616

Checklist

Please go through this checklist and make sure all applicable tasks have been done

  • Write tests
  • Make sure all tests pass
  • Update documentation
  • Check RBAC rights for Kubernetes / OpenShift roles
  • Try your changes from Pod inside your Kubernetes and OpenShift cluster, not just locally
  • Reference relevant issue(s) and close them after merging
  • Update CHANGELOG.md
  • Supply screenshots for visual changes, such as Grafana dashboards

Signed-off-by: MichaelMorris <michael.morris@est.tech>
@scholzj scholzj added this to the 0.44.0 milestone Sep 24, 2024
Signed-off-by: MichaelMorris <michael.morris@est.tech>
@scholzj
Copy link
Member

scholzj commented Sep 24, 2024

Thanks for the PR.

Copy link
Member

@see-quick see-quick left a comment

Choose a reason for hiding this comment

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

I assume you successfully reproduce this issue locally and after this fix everything works well @MichaelMorrisEst? Anyway thanks for working on this LGTM 👍.

@MichaelMorrisEst
Copy link
Contributor Author

@see-quick Yes I was able to reproduce locally (intermittently but reasonably often). After applying the fix, despite trying many times I can no longer reproduce, so all looks good

@scholzj scholzj merged commit b3a1c0b into strimzi:main Sep 24, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: MockKube3ControllersMockTest.testDeploymentController test case is flaky
3 participants