openstack-charmers / zaza

A Python3-only functional test framework for Charms
Apache License 2.0
11 stars 47 forks source link

Zaza fails to detect juju bundle errors and waits until timeout before exiting #342

Open fnordahl opened 4 years ago

fnordahl commented 4 years ago

Random example:

09:36:08 func-smoke runtests: commands[0] | functest-run-suite --keep-model --smoke
09:36:15 2020-04-01 09:36:15 [INFO] Deploying bundle './tests/bundles/bionic-train.yaml' on to 'zaza-979320042bc8' model
09:36:15 2020-04-01 09:36:15 [INFO] Rendered template '<Template memory:7f5a67c716a0>' to file '/tmp/tmpphy5feox/local-charm-overlay.yaml'
09:36:15 2020-04-01 09:36:15 [INFO] Deploying overlay '/tmp/tmpphy5feox/local-charm-overlay.yaml' on to 'zaza-979320042bc8' model
09:36:16 2020-04-01 09:36:16 [INFO] ERROR cannot deploy bundle: the provided bundle has the following errors:
09:36:16 2020-04-01 09:36:16 [INFO] invalid charm URL in application "prometheus2": URL without charm or bundle name: "cs:~prometheus2"
09:36:16 2020-04-01 09:36:16 [INFO] relation ["ceph-mon:prometheus2" "prometheus:target"] refers to application "prometheus" not defined in this bundle
09:36:16 2020-04-01 09:36:16 [INFO] Waiting for environment to settle
09:36:16 2020-04-01 09:36:16 [INFO] Waiting for a unit to appear
afreiberger commented 4 years ago

had the same thing happen to me with a bad key in overlay bundle:

2020-10-23 14:12:32 [INFO] Deploying bundle './tests/bundles/trusty.yaml' on to 'zaza-9735e5843fa5' model
2020-10-23 14:12:32 [INFO] Rendered template '<Template 'local-charm-overlay.yaml.j2'>' to file '/tmp/tmpzvgyz_u6/local-charm-overlay.yaml'
2020-10-23 14:12:32 [INFO] Rendered template '<Template 'trusty.yaml.j2'>' to file '/tmp/tmpzvgyz_u6/trusty.yaml'
2020-10-23 14:12:32 [INFO] Deploying overlay '/tmp/tmpzvgyz_u6/local-charm-overlay.yaml' on to 'zaza-9735e5843fa5' model
2020-10-23 14:12:32 [INFO] Deploying overlay '/tmp/tmpzvgyz_u6/trusty.yaml' on to 'zaza-9735e5843fa5' model
2020-10-23 14:12:32 [INFO] ERROR cannot deploy bundle: bundle overlay file used deprecated 'services' key, this is not valid for bundle overlay files
2020-10-23 14:12:32 [INFO] Waiting for environment to settle
2020-10-23 14:12:32 [INFO] Timeout for deployment to settle set to: 3600
2020-10-23 14:12:32 [WARNING] unknown delta type: id
2020-10-23 14:12:32 [INFO] Waiting for a unit to appear