Run CI tests for PR 1841 #1847
Closed
Run CI tests for PR 1841 #1847
Azure Pipelines / PowerShell.PSResourceGet
succeeded
Jul 15, 2025 in 11m 17s
Build #PowerShell.PSResourceGet-2507.15002 had test failures
Details
- Failed: 3 (0.06%)
- Passed: 5,007 (95.32%)
- Other: 243 (4.63%)
- Total: 5,253
Annotations
azure-pipelines / PowerShell.PSResourceGet
Test Find-PSResource for searching and looping through repositories.find resources from all pattern matching repositories where it exists (-Repository with wildcard)
Expected an empty collection, but got collection with size 1 @(Package with CommandName 'Get-TargetResource' could not be found in registered repositories: 'PSGallery, NuGetGallery'.).
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/FindPSResourceTests/FindPSResourceRepositorySearching.Tests.ps1: line 537
537: $err | Should -HaveCount 0
azure-pipelines / PowerShell.PSResourceGet
Test HTTP Find-PSResource for V2 Server Protocol.find resource given DscResourceName
Expected a value, but got $null or empty.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/FindPSResourceTests/FindPSResourceV2Server.Tests.ps1: line 368
368: $res | Should -Not -BeNullOrEmpty
azure-pipelines / PowerShell.PSResourceGet
Test Find-PSResource for searching and looping through repositories.find resource given CommandName from all repositories where it exists (-Repository with multiple non-wildcard values)
Expected the actual value to be greater than or equal to 9, but got 1.
Raw output
at <ScriptBlock>, /Users/runner/work/1/s/test/FindPSResourceTests/FindPSResourceRepositorySearching.Tests.ps1: line 595
595: $res.Count | Should -BeGreaterOrEqual 9
Loading