ansible-collections / ansible.posix

Ansible Collection for Posix
Other
157 stars 152 forks source link

Community package requirements: sanity tests #528

Closed gotmax23 closed 8 months ago

gotmax23 commented 8 months ago

(Note: This issue was filed in a semi-automated fashion. Let me know if you see errors in this issue.)

As per the Ansible community package inclusion requirements, collections must pass ansible-test sanity tests. Version 1.5.4 of ansible.posix, corresponding to the 1.5.4 tag in this repo, fails one or more of the required sanity tests.

Please see the errors below and address them. If these issues aren't addressed within a reasonable time period, the collection may be subject to removal from Ansible.

Thank you for your efforts and for being part of the Ansible package! We appreciate it.


Sanity tests

The following tests were run using ansible-test version 2.16.1:

Note that this is only a subset of the required sanity tests. Please make sure you run them in all in your CI.

Results

ansible-test sanity succeeded, but some required tests were ignored.

Invalid test ignores

tests/sanity/ignore-2.16.txt contain ignores that are forbidden by the CI testing requirements:

plugins/modules/synchronize.py validate-modules:doc-default-does-not-match-spec
plugins/modules/synchronize.py validate-modules:nonexistent-parameter-documented
plugins/modules/synchronize.py validate-modules:parameter-type-not-in-doc

Please fix these issues and remove the ignore entries.

felixfontein commented 8 months ago

This has been fixed in https://github.com/ansible-collections/ansible.posix/commit/a85f736f6a7ec60d8b31bea3d5af27c092d31a40#diff-3a484f3396ce4234038696d2d38b9ae91288ad1f464e634cea58b03de3c40433.

gotmax23 commented 8 months ago

Ah, okay. Thanks everyone!