Skip to content

Commit 18211ed

Browse files
committed
handle error: storage belongs to different cluster
1 parent a18b1d3 commit 18211ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/ha_tests/test_self_healing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async def test_build_and_deploy(ops_test: OpsTest) -> None:
8080
async with ops_test.fast_forward():
8181
await ops_test.model.deploy(
8282
charm,
83-
num_units=1,
83+
num_units=3,
8484
series=CHARM_SERIES,
8585
storage={"pgdata": {"pool": "lxd-btrfs", "size": 2048}},
8686
config={"profile": "testing"},

0 commit comments

Comments
 (0)