Skip to content
New issue

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

Community package requirements: sanity tests #7884

Closed
1 task done
gotmax23 opened this issue Jan 22, 2024 · 2 comments
Closed
1 task done

Community package requirements: sanity tests #7884

gotmax23 opened this issue Jan 22, 2024 · 2 comments
Labels
bug This issue/PR relates to a bug

Comments

@gotmax23
Copy link
Contributor

Summary

(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 8.1.0 of community.general, corresponding to the 8.1.0 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:

  • ansible-doc
  • compile
  • validate-modules
  • yamllint

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/consul.py validate-modules:doc-missing-type
plugins/modules/manageiq_provider.py validate-modules:doc-choices-do-not-match-spec  # missing docs on suboptions
plugins/modules/manageiq_provider.py validate-modules:doc-missing-type               # missing docs on suboptions
plugins/modules/manageiq_provider.py validate-modules:parameter-type-not-in-doc      # missing docs on suboptions

Please fix these issues and remove the ignore entries.

Issue Type

Bug Report

Component Name

all

Ansible Version

n/a

Community.general Version

n/a

Configuration

n/a

OS / Environment

n/a

Steps to Reproduce

n/a

Expected Results

n/a

Actual Results

n/a

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@ansibullbot
Copy link
Collaborator

Files identified in the description:

  • lib/ansible/cli/__init__.py

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibullbot ansibullbot added the bug This issue/PR relates to a bug label Jan 22, 2024
@felixfontein
Copy link
Collaborator

These have been fixed in #7738 and the fixes are part of community.general 8.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug
Projects
None yet
Development

No branches or pull requests

3 participants