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

use client.New for tests to get consistent reads [K8SSAND-144] #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jsanda
Copy link
Contributor

@jsanda jsanda commented Apr 8, 2021

Fixes #42

┆Issue is synchronized with this Jira Bug by Unito

@jsanda jsanda requested a review from burmanm April 8, 2021 03:07
@sonarcloud
Copy link

sonarcloud bot commented Apr 8, 2021

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
8.0% 8.0% Duplication

func verifyReaperReady(key types.NamespacedName) {
By("check that the reaper is ready")
waitForReaperCondition(key, func(reaper *api.Reaper) bool {
return reaper.Status.Ready
})
Copy link
Contributor

Choose a reason for hiding this comment

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

If the commented out code is not in use.. remove.

@jdonenine jdonenine added this to In progress in K8ssandra via automation May 5, 2021
@jdonenine jdonenine moved this from In progress to Review in progress in K8ssandra May 5, 2021
@jdonenine jdonenine changed the title use client.New for tests to get consistent reads use client.New for tests to get consistent reads [K8SSAND-144] Sep 13, 2021
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 this pull request may close these issues.

Do not use the manager client in tests
4 participants