We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0b7da commit dbbe3ceCopy full SHA for dbbe3ce
tests/integration/ha_tests/test_self_healing.py
@@ -602,6 +602,7 @@ async def test_deploy_zero_units(ops_test: OpsTest):
602
# Scale the database to zero units.
603
logger.info("scaling database to zero units")
604
await scale_application(ops_test, app, 0)
605
+ await scale_application(ops_test, SECOND_APPLICATION, 0)
606
607
# Checking shutdown units.
608
for unit_ip in unit_ip_addresses:
0 commit comments