From 1cb39590683534343da4d1d249f5ed37937aa71f Mon Sep 17 00:00:00 2001 From: idanovinda Date: Wed, 11 Oct 2023 13:26:33 +0200 Subject: [PATCH] apply feedback --- postgres-appliance/tests/test_spilo.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/postgres-appliance/tests/test_spilo.sh b/postgres-appliance/tests/test_spilo.sh index ff5943261..c02cc1ee4 100644 --- a/postgres-appliance/tests/test_spilo.sh +++ b/postgres-appliance/tests/test_spilo.sh @@ -313,7 +313,7 @@ function test_spilo() { # TEST SUITE 3 local clone16_container clone16_container=$(start_clone_with_wale_16_container) # SCOPE=clone15 CLONE: _SCOPE=upgrade3 _PGVERSION=16 _TARGET_TIME=14" @@ -336,9 +336,10 @@ function test_spilo() { run_test test_envdir_updated_to_x 15 # TEST SUITE 4 - log_info "[TS4] Testing in-place major upgrade 10->11 after clone with wal-e" + log_info "[TS4] Testing in-place major upgrade 11->12 after clone with wal-e" run_test verify_clone_upgrade "$upgrade_container" "wal-e" 11 12 + run_test verify_archive_mode_is_on "$upgrade_container" wait_backup "$upgrade_container" # TEST SUITE 5