1
0
mirror of https://github.com/timescale/timescaledb.git synced 2025-05-20 12:47:40 +08:00
timescaledb/scripts/test_updates_pg16.sh
Sven Klemm 8d8f158302 2.14.1 post release
Adjust update tests to include new version.
2024-02-15 06:15:59 +01:00

21 lines
402 B
Bash
Executable File

#!/usr/bin/env bash
PG_VERSION=${PG_VERSION:-16.2}
export PG_VERSION
set -e
SCRIPT_DIR=$(dirname $0)
# shellcheck source=scripts/test_functions.inc
source ${SCRIPT_DIR}/test_functions.inc
run_tests "$@" -v8 \
2.13.0-pg16 2.13.1-pg16 2.14.0-pg16
# Run repair tests for >=2.10.x versions due to PR #5441
run_tests "$@" -r -v8 \
2.13.0-pg16 2.13.1-pg16 2.14.0-pg16 2.14.1-pg16