community.proxysql
community.proxysql copied to clipboard
Added missing gtid_port to proxysql_backend_servers module
SUMMARY
Added missing gtid_port to proxysql_backend_servers module
Fixes #117
ISSUE TYPE
- Feature Pull Request
COMPONENT NAME
modules/proxysql_backend_servers
@thanos-k Thanks for the quick PR.
We need also an integration test, that verified that the parameter is working correctly. Mainly test to change the gtid_port of an existing row/record.
You can try to expand the existing test: https://github.com/ansible-collections/community.proxysql/tree/main/tests/integration/targets/test_proxysql_backend_servers/tasks, but it's difficult to see through.
You can also just add a new taskfile in tests/integration/targets/test_proxysql_backend_servers/ and include it at the end of the main.yml