lp:~dashmage/juju-backup-all

Owned by Ashley James
Get this repository:
git clone https://git.launchpad.net/~dashmage/juju-backup-all
Only Ashley James can upload to this repository. If you are Ashley James please log in for upload directions.

Branches

Name Last Modified Last Commit
add-juju31-support 2023-10-23 11:41:17 UTC
Remove etcd_app relation check in fixture.

Author: Ashley James
Author Date: 2023-10-23 11:41:17 UTC

Remove etcd_app relation check in fixture.

master 2023-10-23 11:41:17 UTC
Remove etcd_app relation check in fixture.

Author: Ashley James
Author Date: 2023-10-23 11:41:17 UTC

Remove etcd_app relation check in fixture.

bug-2023962/fix-func-tests 2023-06-21 06:15:49 UTC
Run func-tests concurrently.

Author: Ashley James
Author Date: 2023-06-19 07:10:27 UTC

Run func-tests concurrently.

- Update series for postgreql charm to jammy since focal is not
  supported.
- Remove `model.block_until()` calls from application deployments in
  their respective fixtures. This caused one application to deploy and
  be active in its model before the next application could be deployed
  resulting in long execution times and timout errors.
- Instead, all the code creating the models and deploying the
  applications are defined in a new setup fixture called `models` which
  returns a dict containing all the models. The models, applications are
  now deployed asynchronously since the model.block_until calls are in
  separate fixtures.
- By declaring this new fixture as autouse with a session scope, the
  fixture is invoked only once automatically at the start of the test
  session, ensuring that the setup actions are performed only once.

13 of 3 results
This repository contains Public information 
Everyone can see this information.

Subscribers