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

Do not use the manager client in tests #42

Closed
jsanda opened this issue Apr 8, 2021 · 1 comment · May be fixed by #43
Closed

Do not use the manager client in tests #42

jsanda opened this issue Apr 8, 2021 · 1 comment · May be fixed by #43

Comments

@jsanda
Copy link
Contributor

jsanda commented Apr 8, 2021

We are using the manager client in tests which is the same client used by controllers. It reads from caches which means it is not strongly consistent. In tests we usually want strong consistency where the client will read directly from the api server.

burmanm pointed out kubernetes-sigs/kubebuilder#2066 to me which discusses this.

┆Issue is synchronized with this Jira Task by Unito
┆Reviewer: Michael Burman
┆friendlyId: K8SSAND-144
┆priority: Medium

@jsanda jsanda added enhancement New feature or request needs-triage labels Apr 8, 2021
@jsanda jsanda self-assigned this Apr 8, 2021
@jsanda jsanda added this to Staged in K8ssandra via automation Apr 8, 2021
@jdonenine jdonenine moved this from Staged to In progress in K8ssandra Apr 8, 2021
@jdonenine jdonenine moved this from In progress to Needs Reviewer in K8ssandra Apr 16, 2021
@burmanm burmanm self-assigned this Apr 19, 2021
@burmanm burmanm moved this from Needs Reviewer to Review in progress in K8ssandra Apr 19, 2021
@adejanovski adejanovski added zh:Review Issues in the ZenHub pipeline 'Review' and removed zh:In-Progress labels Apr 29, 2022
@jsanda
Copy link
Contributor Author

jsanda commented May 10, 2022

Closing as this is no longer relevant

@jsanda jsanda closed this as completed May 10, 2022
@adejanovski adejanovski removed the zh:Review Issues in the ZenHub pipeline 'Review' label May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
K8ssandra
  
Review in progress
Development

Successfully merging a pull request may close this issue.

4 participants