Skip to content

Commit

Permalink
uncomment existing code for drop timescale
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovinda committed Sep 17, 2024
1 parent a26e878 commit 2c84da8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions postgres-appliance/tests/test_spilo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c84da8

Please sign in to comment.