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/basictests/env.sh

22 lines
495 B

# Basictests Group Environment
# Runs Python-based functional tests: sysbench benchmark, change-user, failover.
# No ProxySQL cluster needed.
export DEFAULT_MYSQL_INFRA="infra-mysql57"
# No cluster
export SKIP_CLUSTER_START=1
# Test selection
export TEST_PY_BENCHMARK=1
export TEST_PY_CHUSER=1
export TEST_PY_FAILOVER=1
# Disable everything else
export TEST_PY_INTERNAL=0
export TEST_PY_STATS=0
export TEST_PY_TAP=0
export TEST_PY_TAPINT=0
export TEST_PY_WARMING=0
export TEST_PY_READONLY=0