-
Notifications
You must be signed in to change notification settings - Fork 109
cChocoPackageInstall doesn't check that the package was actually installed #61
Copy link
Copy link
Open
Labels
3 - ReviewCode has been added, and is available for review as a pull request.Code has been added, and is available for review as a pull request.BugIssues where something has happened which was not expected or intended.Issues where something has happened which was not expected or intended.CustomerBug reported or feature requested by a licensed customer of Chocolatey.Bug reported or feature requested by a licensed customer of Chocolatey.Up For GrabsIssues that are available by the community to work on.Issues that are available by the community to work on.
Milestone
Metadata
Metadata
Assignees
Labels
3 - ReviewCode has been added, and is available for review as a pull request.Code has been added, and is available for review as a pull request.BugIssues where something has happened which was not expected or intended.Issues where something has happened which was not expected or intended.CustomerBug reported or feature requested by a licensed customer of Chocolatey.Bug reported or feature requested by a licensed customer of Chocolatey.Up For GrabsIssues that are available by the community to work on.Issues that are available by the community to work on.
I've noticed a problem with cChocoPackageInstall -- if the package failed to install (due to the source being misconfigured or the version or package name simply not existing) it's not an error. The failure is logged in the verbose output but the DSC configuration silently continues.
This is a pretty nasty surprise; it appears that the DSC you ran completed successfully but in fact some packages were not installed.