You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/test/tap/groups/legacy/env.sh

10 lines
395 B

# Legacy Test Group Environment
# Defines the primary targets for tests that expect a generic MySQL or PGSQL backend.
export DEFAULT_MYSQL_INFRA="infra-mysql57"
export DEFAULT_PGSQL_INFRA="docker-pgsql16-single"
# Path to RESTAPI test scripts inside ProxySQL container
# The setup-infras.bash hook copies scripts to the ProxySQL data directory
export REGULAR_INFRA_DATADIR="/var/lib/proxysql"