-
Notifications
You must be signed in to change notification settings - Fork 80
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
Dependancy upgrades #1314
Dependancy upgrades #1314
Conversation
…UntilContextTimeout...
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1314 +/- ##
==========================================
+ Coverage 57.43% 58.53% +1.09%
==========================================
Files 103 122 +19
Lines 10808 11837 +1029
==========================================
+ Hits 6208 6929 +721
- Misses 4063 4301 +238
- Partials 537 607 +70
|
Finally figured out the issues plaguing the e2e tests. I think I'm hitting this: kubernetes-sigs/controller-runtime#2628 EDIT: maybe not. There's an error on the K8ssandraCluster object This ticket says that leaving So I'm thinking this must be some problem with one of the other clients, maybe on the data planes. @burmanm if you have any ideas I'd be grateful to hear them. |
I've narrowed this down a bit more, I think I'm seeing this error from here and here at least. What appears to happen is that when .List() is called, it strikes this line because the namespace specified in the So it looks to me as though the Example of the type of error I'm seeing:
|
…diately right now)
…Datacenters in tests. Update controller-runtime from 0.17.2 -> 0.17.5 for some bugfixes
…ndra/k8ssandra-operator into update/dependancy-upgrades
be7de10
to
686e8fc
Compare
dfc0d52
to
edcfbf7
Compare
…ler runtime instead of the informerCache we want.
edcfbf7
to
4b4c73e
Compare
… issue since this is very low usage client
Quality Gate passedIssues Measures |
What this PR does:
Upgrades controller-runtime
Which issue(s) this PR fixes:
Expanding this due to the presence of more bugs than we originally realised.
Fixes #1313 #1317 #1316
Checklist