Pierre MORVAN

Results 9 comments of Pierre MORVAN

> @ryarnyah @StephenSorriaux I am still working on it, but if you have any suggestion to handle properly updates of existing users let me know. Maybe trying open a simple...

> @ryarnyah Any update about the review? Sorry, I will review it next week, i don't have much time now Edit: if you are adding a molecule scenario you need...

We are also check Python compatibility with workers in python 2 to 3.10 with https://github.com/StephenSorriaux/ansible-kafka-admin/blob/master/molecule/default/molecule.yml#L13 That's why we are targetting "executors" in the tests (example https://github.com/StephenSorriaux/ansible-kafka-admin/blob/master/molecule/default/tests/test_acl_default.py#L19) So you might need...

Can you add some testinfra test to ensure that user password is usable to kafka client?

Can you add some test in https://github.com/StephenSorriaux/ansible-kafka-admin/blob/master/molecule/default/tests/test_topic_default.py ?

@jheinitz Some questions to better understand how we can find a solution to your issue: * Could you share with us your configuration (without secrets & private data of course)?...

> The tests using the `mark_others_as_absent` flag are commented out right now, so I did not feel comfortable adding them again. And I can't run the tests locally, they always...