From 2c84da88d5f5e653f09401e7d1404a2b5828c57d Mon Sep 17 00:00:00 2001 From: idanovinda Date: Tue, 17 Sep 2024 15:49:33 +0200 Subject: [PATCH] uncomment existing code for drop timescale --- postgres-appliance/tests/test_spilo.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/postgres-appliance/tests/test_spilo.sh b/postgres-appliance/tests/test_spilo.sh index fccde034..7a063ad2 100755 --- a/postgres-appliance/tests/test_spilo.sh +++ b/postgres-appliance/tests/test_spilo.sh @@ -347,9 +347,8 @@ function test_spilo() { wait_backup "$container" - # drop_timescaledb "$container" + drop_timescaledb "$container" log_info "[TS1] Testing in-place major upgrade 16->17" - drop_timescaledb "$container" # drop timescaledb as it is not yet supported in 17 run_test test_successful_inplace_upgrade_to_17 "$container" wait_all_streaming "$container" run_test test_envdir_updated_to_x 17