-
Notifications
You must be signed in to change notification settings - Fork 167
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
6 tests fail KubeclientConfigTest#test_explicit_secure Expected false to be truthy. #609
Comments
Thanks. That's not ruby-dependent, it's some TLS certs that expired again (used by tests only, never by kubeclient itself) @pravi Do you need a new release for debian to pick up the fix? (despite no user-visible changes, only tests) I suppose the "time-bomb" nature of these tests is suboptimal for debian...
There must certainly be easier ways to generate CA + certs than creating a cluster 🤣
|
@pravi if there is a patch/commit, I can pick it up. I don't think we can create a cluster during build, if it is pulling something outside the archive. Even if there was an image, that would be difficult to pull during package builds. We can only pull other packages during builds. If there is an easier way to generate certificates before tests, without creating a cluster, that would as well. If there is an easier way to skip those tests, that should be enough for now. |
For now I have disabled this assertion https://salsa.debian.org/ruby-team/ruby-kubeclient/-/commit/0aea66eab2af3fdbec0d36b936ed4429fc49efd7 |
Originally reported in debian
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032551
kubeclient 4.11 also fails the same way. This may be because we have ruby 3.1 and openssl 3.0.
The text was updated successfully, but these errors were encountered: