We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need an e2e test to exercise cassandradatacenter_controller.go. The test should minimally do the following:
It would be nice to also do the following (but not absolutely necessary):
The text was updated successfully, but these errors were encountered:
Isn't deploy_reaper_test.go already doing the first two parts?
deploy_reaper_test.go
The integ test does the latter one's reregistering.
Sorry, something went wrong.
Yeah, you are right.
Looking back over the e2e test code, the following might be better:
Thoughts?
burmanm
Successfully merging a pull request may close this issue.
We need an e2e test to exercise cassandradatacenter_controller.go. The test should minimally do the following:
It would be nice to also do the following (but not absolutely necessary):
The text was updated successfully, but these errors were encountered: