We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration tests for target test_mysql_role are only played for mysql. We shoud do the same tests for mariadb.
test_mysql_role
This Issue is related to #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_role --docker quay.io/ansible/default-test-container:4.1.1 -v
Integration tests for target test_mysql_role are not executed on mariadb.
Integration tests for target test_mysql_role should be executed on mariadb.
N/A
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
SUMMARY
Integration tests for target
test_mysql_role
are only played for mysql.We shoud do the same tests for mariadb.
This Issue is related to #246
ISSUE TYPE
COMPONENT NAME
mariadb integration tests
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Debian Buster
STEPS TO REPRODUCE
ansible-test integration test_mysql_role --docker quay.io/ansible/default-test-container:4.1.1 -v
EXPECTED RESULTS
Integration tests for target
test_mysql_role
are not executed on mariadb.ACTUAL RESULTS
Integration tests for target
test_mysql_role
should be executed on mariadb.The text was updated successfully, but these errors were encountered: