spike: Fix and enable failing odo v3 tests #960
Labels
area/registry
Devfile registry for stacks and infrastructure
devtools-week
lifecycle/rotten
Rotten items. These items have been stale for 60 days and are now closed.
lifecycle/stale
Stale items. These items have not been updated for 90 days.
When odo v3 tests were added in devfile/registry#132
A few stacks and starterprojects are currently failing.
It needs to be investigated and fixed
Test failing due to "ErrImagePull"
This is specific to minikube configuration, this fauls on minikube because the image is not downloaded in time, and it reaches timeout. This could be fixed by increasing
runtimeRequestTimeout
kubelet configuration.Starter project incompatible with devfile
The application fails because there are 3rd party dependencies specific to this example that are not captured in the devfile.yaml (deploying cache service). This is described in the starter project readme (https://github.com/openshift-vertx-examples/vertx-cache-example-redhat#deployment)
requires postgresql instance that is not defined in devfile.yaml
requires Istio that is not deployed on the cluster
The starter project (https://github.com/wildfly/quickstart/tree/main/microprofile-rest-client) is multi-component and this devfile stack is not written to handle that
requires AMQP that is not defined in devfile.yaml
Application is listening on a wrong address
Following starter project in
java-wildfly
stack are not working because the application inside the container is listening on non-local address (172.17.0.3
)odo bug
odo has a bug that prevents odo to download starter project form git repository that has a default branch that is not called
master
redhat-developer/odo#6232to do:
The text was updated successfully, but these errors were encountered: