-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
How to set up enviroment for Kubeflow/backend development? #3942
Comments
Hi @NikeNano thanks for trying on backend work! One question, did you run the test using |
Yes, I have tried to both do the build and run the tests. If I run Which returns:
Thanks for the help @numerology! |
I managed to the environment and run the test on vs code inside a container. However I don't get the Bazel test to work ...
|
Perhaps I'm not a bazel expert. Do you mind sharing your setup info like Bazel version etc.? Also /cc @neuromage |
I can confirm this issue exists with both Bazel |
Thanks. My experience is that using a pretty old bazel version should work (I am using 0.23.1 IIRC). |
Yes, you need to use an old version:
here:
|
Yep makes sense, can confirm it works with |
Thanks for the help @alexlatchford, @Gsantomaggio and @numerology it indeed seems to the the version. I also update the docs with it. |
What steps did you take:
I cloned the kubeflow/pipelines repo and tried to run some of the backend tests but get issues. I can't find any instructions related to how to set up enviroments to do development for kubeflow/backend and cant get it correct myself.
What happened:
When I try to run the
kubeflow/pipelines/backend/src/apiserver/storage_test
test: TestListJobs_TotalSizeWithFilter i get the following error:What did you expect to happen:
Expected the test to run successfully since I have not touched it.
Environment:
Mac, Let me know what more is needed.
How did you deploy Kubeflow Pipelines (KFP)?
KFP version:
KFP SDK version:
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
/kind bug
Disclaimer: I am new to golang so this could be a super stupid question due to that I have not set up Go correctly ... :(
The text was updated successfully, but these errors were encountered: