charmed-kubernetes / pytest-operator

Apache License 2.0
6 stars 13 forks source link

feat: Add log message to deploy_bundle #55

Closed ca-scribner closed 2 years ago

ca-scribner commented 2 years ago

Adds a log message so it is clear that the operator is building/deploying a bundle.

This came up when debugging a charm where CI appeared to hang on

INFO     pytest_operator.plugin:plugin.py:440 Connecting to model uk8sx:kubeflow

when actually it had successfully connected to the model and instead silently got stuck in a deploy_bundle() call. This message adds clarity for those situations.

DnPlas commented 2 years ago

LGTM