Open rsicart opened 2 years ago
TLS on mariadb is disabled by default. Integration tests related to TLS are only played for mysql. We shoud do the same tests for mariadb.
This Issue is related to https://github.com/ansible-collections/community.mysql/pull/246
mariadb integration tests
ansible 2.10.15 config file = None configured module search path = ['/home/rsicart/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /home/rsicart/virtualenvs/ansible/venv_2_10_7/lib/python3.7/site-packages/ansible executable location = /home/rsicart/virtualenvs/ansible/venv_2_10_7/bin/ansible python version = 3.7.3 (default, Jan 22 2021, 20:04:44) [GCC 8.3.0]
(venv_2_10_7) rsi-oxalide k8s:rsi-sandbox :: ~ » ansible-galaxy collection list community.mysql # /home/rsicart/virtualenvs/ansible/venv_2_10_7/lib/python3.7/site-packages/ansible_collections Collection Version --------------- ------- community.mysql 3.0.0
(venv_2_10_7) rsi-oxalide k8s:rsi-sandbox :: ~ » ansible-config dump --only-changed (venv_2_10_7) rsi-oxalide k8s:rsi-sandbox :: ~ »
Debian Buster
ansible-test integration test_mysql_db --docker quay.io/ansible/default-test-container:4.1.1 -v ...
Tests in tests/integration/targets/test_mysql_*/tasks/issue-28.yml file are not executed on mariadb.
tests/integration/targets/test_mysql_*/tasks/issue-28.yml
Tests in tests/integration/targets/test_mysql_*/tasks/issue-28.yml should be executed on mariadb.
N/A
@rsicart @Jorge-Rodriguez do one of you want to solve this issue?
SUMMARY
TLS on mariadb is disabled by default. Integration tests related to TLS are only played for mysql. We shoud do the same tests for mariadb.
This Issue is related to https://github.com/ansible-collections/community.mysql/pull/246
ISSUE TYPE
COMPONENT NAME
mariadb integration tests
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Debian Buster
STEPS TO REPRODUCE
EXPECTED RESULTS
Tests in
tests/integration/targets/test_mysql_*/tasks/issue-28.yml
file are not executed on mariadb.ACTUAL RESULTS
Tests in
tests/integration/targets/test_mysql_*/tasks/issue-28.yml
should be executed on mariadb.