timescaledb/scripts/test_updates_pg15.sh
Zoltan Haindrich ab2cccb6e2 Post-release 2.11.0
Adjust the upgrade/downgrade scripts and add the tests.

(cherry picked from commit d5fea0a842cbd38d2d72db16e9e67f1c9b1ccf36)
2023-05-25 18:22:32 +02:00

16 lines
375 B
Bash
Executable File

#!/usr/bin/env bash
set -e
SCRIPT_DIR=$(dirname $0)
# shellcheck source=scripts/test_functions.inc
source ${SCRIPT_DIR}/test_functions.inc
run_tests "$@" -v8 \
2.9.0-pg15 2.9.1-pg15 2.9.2-pg15 2.9.3-pg15
# Also run repair tests for >=2.10.x versions due to PR #5441
run_tests "$@" -r -v8 \
2.10.0-pg15 2.10.1-pg15 2.10.2-pg15 2.10.3-pg15 2.11.0-pg15