Add integration test for dss create
to check MLflow access
#70
Labels
enhancement
New feature or request
dss create
to check MLflow access
#70
Why it needs to get done
This is needed in order to ensure that created pods can access MLflow. This was initially suggested here by @misohu in the
dss create
PR.What needs to get done
Write an integration test which will create a notebook and then it will run the script to create experiement in MLflow. e.g.
The idea is to create notebook and then run kubectl exec with that script. Or we could also execute a jupyter notebook from inside the pod (which could be
git clone
and run).Something like this (from PR) could also be used to run command from the pod.
When is the task considered done
There is integration test checking MLflow access.
The text was updated successfully, but these errors were encountered: