-
Notifications
You must be signed in to change notification settings - Fork 66
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
'make test' and 'make integ-test' failing #616
Comments
I think I fixed this in commit f309eb4 , the problem you're hitting is too old version of golangci-lint. |
@burmanm Thanks, golangci-lint version does fix
|
Your cert-manager isn't running. |
@burmanm Thanks for the reply. The cert manager was running, but the kind cluster was started with kind_config_6_workers.yaml. When I changed it to kind_config_3_workers.yaml it started working. The kind pods were crashing, indicating there weren't enough resources on the VM. |
Closing stale tickets, reopen if there's anything else. |
What happened?
Hi team,
I am trying to build and test the cass-operator in a fresh Ubuntu 22.04 container, following the directions in the Readme, but
make test
is failing:make test output
What did you expect to happen?
The tests should pass.
How can we reproduce it (as minimally and precisely as possible)?
Start a fresh Ubuntu 22.04 container:
cass-operator version
1.18.2
Kubernetes version
1.29.2
Method of installation
No response
Anything else we need to know?
make integ-test
is also failing if i skip themake test
The text was updated successfully, but these errors were encountered: