timescaledb/scripts/test_updates_pg16.sh
Fabrízio de Royes Mello d2284c282a PG16: Enable update/downgrade tests on CI
Note that multinode support was removed from PG16 so starting now
update/downgrade tests will be executed only on singlenode setup.
2023-11-30 07:33:53 -03:00

14 lines
252 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
# Also run repair tests for >=2.10.x versions due to PR #5441
run_tests "$@" -r -v8 \
2.13.0-pg16