Cory Knox
Cory Knox
So I think I have a reproduction using our existing testing packages: ```powershell # On the vagrant box in the tests directory after it's stood up run: choco source add...
I can confirm this happens in 2.4.0. I can also confirm that the ordering of packages to uninstall appears to be done alphabetically, so our test package [hasdependency](https://github.com/chocolatey/choco/tree/develop/src/chocolatey.tests.integration/context/dependencies/hasdependency/2.1.0) doesn't present...
I've updated the title as this is actually just in 24H2 Windows 11: https://techcommunity.microsoft.com/blog/windows-itpro-blog/wmi-command-line-wmic-utility-deprecation-next-steps/4039242. The script isn't entirely broken without `wmic` installed, more it emits an error and then refreshes...
The addition of `wmic` in the `RefreshEnv.cmd` file was in the PR to fix https://github.com/chocolatey/choco/issues/1392.
I've done some tests on a Windows 7 VM (only one I have that has a version of PowerShell old enough to validate with), and on Windows 11 Sandbox. Both...
Tangentially related to this: the BeforeDiscovery I believe was directly copied from the Licensed Push tests, as such, it contains some variables and checks that are not actually used in...
I think the idea I initially had for this was to mock a CCR response, and then test that both CLI hit the mock endpoint, and that it reported what...
This PR is draft while the [internal PR](https://gitlab.com/chocolatey/build-automation/smoke-testing-packages/-/merge_requests/28) is reviewed and merged. Another [internal PR](https://gitlab.com/chocolatey/build-automation/smoke-testing-packages/-/merge_requests/24) that needs reviewing and merging.
> @corbob both the linked internal PR's have been merged. Are we ready to get this one merged as well? I'm not sure... I think there's still some work to...
@Fooughhy I've just tried to reproduce this with version 2.3.0 of Chocolatey CLI, and I do not encounter any issues no matter what order the packages are in. Would you...