Skip to content

Commit 47fa98c

Browse files
committed
test(spread): run storage-detaching on juju36 as a no-regression guard
The task ran only on juju40 (where #1550 reproduces). Add juju36 so the teardown change (stopping/disabling the snap in storage-detaching) is also exercised on 3.6, where the bug is masked by force-removal but a new breakage would still surface. Signed-off-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com>
1 parent b78b456 commit 47fa98c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • tests/spread/test_storage_detaching.py

tests/spread/test_storage_detaching.py/task.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ summary: test_storage_detaching.py
22
environment:
33
TEST_MODULE: test_storage_detaching.py
44
# #1550 only reproduces on Juju 4.0 (3.6 masks it by removing still-Dying storage),
5-
# so pin this task to a juju40 variant and drop the default juju36.
5+
# so juju40 is the real regression test. Run juju36 too as a no-regression guard:
6+
# stopping/disabling the snap in storage-detaching must not break 3.6 teardown.
67
CONCIERGE_JUJU_CHANNEL/juju40: 4.0/stable
7-
variants:
8-
- -juju36
98
execute: |
109
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
1110
artifacts:

0 commit comments

Comments
 (0)