-
Notifications
You must be signed in to change notification settings - Fork 4
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
Cannot invoke "io.opendatahub.datasciencecluster.v1.DataScienceCluster.getMetadata()" because "resource" is null #162
Comments
|
I think in case the resource is null it should return false and repeated again. Looks to me like we should add try/catch to test-frame directly, @kornys wdyt? |
Hoped to catch you in person today; maybe some other day, nothing urgent. This happened to me only once so far, so it looks rare. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm thinking that when the following TestFrame function runs, it's possible that it gets started before the new resource gets to k8s and so
gives me a
null
. Maybe this get also needs to be repeated, in case it ends up being a null.That has thrown
The text was updated successfully, but these errors were encountered: