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

ansible-test pslint - fix warning with nested objects #75792

Merged
merged 3 commits into from
Oct 7, 2021

Conversation

jborean93
Copy link
Contributor

SUMMARY

Some rules seem to output objects with a depth greater than 2. On some PowerShell versions ConvertTo-Json will emit a warning which stops the pipeline causing a failure rather than the validation error message. This PR will use a custom function to ensure the depth is not exceeded and to also add an explicit depth value just in case it does happen again.

Fixes #74151

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

ansible-test

@ansibot ansibot added affects_2.12 bug This issue/PR relates to a bug. core_review In order to be merged, this PR must follow the core review workflow. needs_triage Needs a first human triage before being processed. support:core This issue/PR relates to code supported by the Ansible Engineering Team. test This PR relates to tests. labels Sep 26, 2021
@nitzmahone nitzmahone removed the needs_triage Needs a first human triage before being processed. label Sep 30, 2021
@mattclay
Copy link
Member

mattclay commented Oct 6, 2021

@jborean93 Could a test case for this be added to the ansible-test integration tests?

@ansibot ansibot added the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Oct 6, 2021
@mattclay
Copy link
Member

mattclay commented Oct 7, 2021

I had a few minutes to look at this closer. Tests aren't feasible since our test containers don't use an affected version of PowerShell. Also, I tested this with PowerShell 7.1 and was able to reproduce the issue and confirmed the fix works.

@ansibot ansibot removed the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Oct 7, 2021
@jborean93 jborean93 merged commit 7e19957 into ansible:devel Oct 7, 2021
@jborean93 jborean93 deleted the pslint-warning branch October 7, 2021 20:30
jborean93 added a commit to jborean93/ansible that referenced this pull request Oct 7, 2021
* ansible-test pslint - fix warning with nested objects

(cherry picked from commit 7e19957)
jborean93 added a commit to jborean93/ansible that referenced this pull request Oct 7, 2021
* ansible-test pslint - fix warning with nested objects

(cherry picked from commit 7e19957)
@jborean93
Copy link
Contributor Author

Backport PRs
stable-2.11 - #75954
stable-2.12 - #75955

mattclay pushed a commit that referenced this pull request Oct 7, 2021
* ansible-test pslint - fix warning with nested objects

(cherry picked from commit 7e19957)
mattclay pushed a commit that referenced this pull request Oct 7, 2021
* ansible-test pslint - fix warning with nested objects

(cherry picked from commit 7e19957)
@ansible ansible locked and limited conversation to collaborators Nov 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.12 bug This issue/PR relates to a bug. core_review In order to be merged, this PR must follow the core review workflow. support:core This issue/PR relates to code supported by the Ansible Engineering Team. test This PR relates to tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pslint has been occurring the ConvertTo-Json error in sanity test for windows module
4 participants