Andrew Klychkov

Results 682 comments of Andrew Klychkov

@Jorge-Rodriguez if CI fails again and it's unrelated, feel free to comment the problem spot in the tests. Please also put the link to the idempotency issue there and something...

``` TASK [test_mysql_user : create database using user2 and new password] ********** task path: /root/ansible_collections/community/mysql/tests/output/.tmp/integration/test_mysql_user-71m392nq-ÅÑŚÌβŁÈ/tests/integration/targets/test_mysql_user/tasks/test_user_password_update.yml:123 ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' EXEC...

The assertion for this task fails ``` - name: create database using user2 and new password mysql_db: login_user: '{{ user_name_2 }}' login_password: '{{ user_password_1 }}' login_host: '{{ mysql_host }}' login_port:...

I just looked at one. Maybe there are other assertions fail including that one as you mentioned. Feel free to comment the unrelated spot.

From @Andersson007 on Jun 09, 2020 09:33 can't we do it as it is now using ``` ingore_errors: yes check_implicit_admin: yes ``` ? needs_info

@ehudkaldor hi, thanks for reporting this! Would you like to add the feature yourself? If no and anyone else wants to do it, please let us know by putting a...

@steveteahan thanks for the feature idea! I'd suggest to name it **queries** because now it's implemented in `mysql_variables` module. As far as i remember, we can use `cursor.mogrify()` to get...

@steveteahan cool, thanks:) Don't forget about a [changelog fragment](https://docs.ansible.com/ansible/devel/community/development_process.html#changelogs-how-to) (`minor_changes:`) and integration tests

After discussing things among us, current maintainers, we're happy to congratulate @rsicart on joining our club!:) Thank you for your interest in maintaining this collection! :tada:

@betanummeric hey, thanks for your contribution! If you're interested in becoming a maintainer of this collection, please ping me via email `[email protected]`