- RESTAPI port offset changed from 6070+i to 7070+i to avoid collision
with admin/mysql ports (6072 would collide with node4 admin)
- Unset GCOV_PREFIX for background cluster nodes to prevent concurrent
.gcda write corruption
- Cap core-node and scheduler loops to min(NUM_NODES, 3) so smaller
clusters don't reference non-existent nodes
- TAP_CLUSTER_NODES now respects PROXYSQL_CLUSTER_NODES and
SKIP_CLUSTER_START instead of hardcoding 9
- Fix fastcov flag: -i is invalid, use --include for source filtering