fix(ci): remove SKIP_CLUSTER_START=1 from mysql84-gr-g5 workflow

The mysql84-gr-g5 group runs test_cluster1-t which requires a multi-node
ProxySQL cluster (ports 6032, 26001-26009). With SKIP_CLUSTER_START=1 only
the primary ProxySQL node starts, causing test_cluster1-t to fail with
'Can't connect to server on proxysql (115)'.
ci/fix-gr-g5-cluster-start
Rene Cannao 1 week ago
parent 3395ecc6e5
commit ce694ba2da

@ -85,7 +85,6 @@ jobs:
cd proxysql
export INFRA_ID="ci-mysql84-gr-g5"
export TAP_GROUP="mysql84-gr-g5"
export SKIP_CLUSTER_START=1
test/infra/control/ensure-infras.bash
- name: Run mysql84-gr-g5 tests
@ -93,7 +92,6 @@ jobs:
cd proxysql
export INFRA_ID="ci-mysql84-gr-g5"
export TAP_GROUP="mysql84-gr-g5"
export SKIP_CLUSTER_START=1
test/infra/control/run-tests-isolated.bash
- name: Cleanup

Loading…
Cancel
Save