Skip to content

[MODULES-11645] test#1047

Closed
shubhamshinde360 wants to merge 4 commits intomainfrom
MODULES-11645-test
Closed

[MODULES-11645] test#1047
shubhamshinde360 wants to merge 4 commits intomainfrom
MODULES-11645-test

Conversation

@shubhamshinde360
Copy link
Contributor

Summary

Provide a detailed description of all the changes present in this pull request.

Additional Context

Add any additional context about the problem here.

  • Root cause and the steps to reproduce. (If applicable)
  • Thought process behind the implementation.

Related Issues (if any)

Mention any related issues or pull requests.

Checklist

  • 🟢 Spec tests.
  • 🟢 Acceptance tests.
  • Manually verified. (For example puppet apply)

…? method

Services who have restart option set as 'no' are meant to be batch processing jobs which terminate once completed.
Docker compose does not restart them, but in the exists? method, puppet looks for a running service. When it is unable to see a running service, it incorrectly assumes non-desired state and makes a corrective change.
This commit rejects services with restart 'no' from the compose_services to mitigate this bug.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant