Skip to content

Commit dbbe3ce

Browse files
committed
handle error: storage belongs to different cluster
1 parent be0b7da commit dbbe3ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/ha_tests/test_self_healing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ async def test_deploy_zero_units(ops_test: OpsTest):
602602
# Scale the database to zero units.
603603
logger.info("scaling database to zero units")
604604
await scale_application(ops_test, app, 0)
605+
await scale_application(ops_test, SECOND_APPLICATION, 0)
605606

606607
# Checking shutdown units.
607608
for unit_ip in unit_ip_addresses:

0 commit comments

Comments
 (0)