fix(ci): enable Group Replication recovery SSL in multi-db-docker-env and fix DB_PASS resolution in test_ha.sh
Open
@jmrenouard is already working on this.
Since Aug 7, 2026.
- Dominant language
- Perl
- Stars
- 9.5k
- Forks
- 1.3k
- Avg merge
- 9h 4m
- Merged PRs (30d)
- 8
Description
## Description
Fix Group Replication SSL recovery setting (`group_replication_recovery_use_ssl=ON`) in `multi-db-docker-env` and synchronize `DB_PASS` resolution with `.env` file in `test_ha.sh` to ensure all HA E2E tests (`galera`, `innodb_cluster`, `replication`) pass.
## Changes Made
- `multi-db-docker-env`: Set `group_replication_recovery_use_ssl=ON` during InnoDB Cluster bootstrap and node join.
- `build/test_ha.sh`: Resolve `DB_PASS` dynamically from `vendor/multi-db-docker-env/.env` if present.
Assignee: @jmrenouard
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.