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

(CAT-1211) - Fixing regression of CAT-1241 #226

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

Ramesh7
Copy link
Contributor

@Ramesh7 Ramesh7 commented Jul 27, 2023

Summary

While implementing retry for nil class error the inventory param got initilized with nil which lead to error while provision via Bolt but works fine with litmus.

Additional Context

The change has been validated here
The provision step is completed without any issues.

Related Issues (if any)

  • CAT-1241

Checklist

  • 🟢 Spec tests.
  • 🟢 Acceptance tests.
  • Manually verified.

@Ramesh7 Ramesh7 force-pushed the CAT-1211-bolt-command-failure branch 2 times, most recently from 9af42ba to 5799fe4 Compare July 27, 2023 06:59
@Ramesh7 Ramesh7 marked this pull request as ready for review July 27, 2023 07:12
@Ramesh7 Ramesh7 requested a review from a team as a code owner July 27, 2023 07:12
metadata.json Outdated Show resolved Hide resolved
@jordanbreen28
Copy link
Contributor

jordanbreen28 commented Jul 27, 2023

Just regarding the above comment, it's worth noting that these changes will not need released before they will be consumed by our other modules.

In the fixtures.yml, for the provision module we reference the git main branch, not a release tag, see here.

@Ramesh7 Ramesh7 force-pushed the CAT-1211-bolt-command-failure branch from 5799fe4 to b9f9c26 Compare July 27, 2023 07:46
@Ramesh7
Copy link
Contributor Author

Ramesh7 commented Jul 27, 2023

Just regarding the above comment, it's worth noting that these changes will not need released before they will be consumed by our other modules.

In the fixtures.yml, for the provision module we reference the git main branch, not a release tag, see here.

Thanks for reminding, I missed it to use .fixture.yml.

Copy link
Contributor

@jordanbreen28 jordanbreen28 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
Verified provisioning succeeded in linked PR.

@jordanbreen28 jordanbreen28 merged commit 3bc55e5 into main Jul 27, 2023
3 checks passed
@jordanbreen28 jordanbreen28 deleted the CAT-1211-bolt-command-failure branch July 27, 2023 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants