integration tests in track/2.1
deploy dependency charms from latest/edge
#232
Labels
bug
Something isn't working
track/2.1
deploy dependency charms from latest/edge
#232
Bug Description
In branch
track/2.1
, integration testtest_deploy_resource_dispatcher
deploysresource-dispatcher
andmetacontroller-operator
charms from channellatest/edge
. The tests should rather pin the channels for these charms to their corresponding<version>/stable
channels.As a result, the integration tests are failing with the
juju.errors.JujuAPIError: no relations found
due to changes done in main to the relations interface in canonical/resource-dispatcher#42To Reproduce
git clone https://github.com/canonical/mlflow-operator.git
git checkout track/2.1
tox -vve integration -- --model testing
Environment
microk8s 1.25-strict/stable
juju 3.1/stable
Relevant Log Output
Additional Context
As seen in the CI run for #231
The text was updated successfully, but these errors were encountered: