TEST #1944
TEST #1944
Build #PowerShell.PSResourceGet-2602.18002 had test failures
Details
- Failed: 202 (4.76%)
- Passed: 3,816 (89.96%)
- Other: 224 (5.28%)
- Total: 4,242
Annotations
Check failure on line 6722 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L6722
There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.
Check failure on line 6718 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L6718
There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.
Check failure on line 7091 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L7091
There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.
Check failure on line 9190 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L9190
There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.
azure-pipelines / PowerShell.PSResourceGet
Test HTTP Find-PSResource for Github Packages Server.find resource given specific Name, Version null
Expected 'test_module', but got $null.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/FindPSResourceTests/FindPSResourceGithubPackages.Tests.ps1: line 29
29: $res.Name | Should -Be $testModuleName
azure-pipelines / PowerShell.PSResourceGet
Test HTTP Find-PSResource for Github Packages Server.find resource(s) given wildcard Name
Expected a value, but got $null or empty.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/FindPSResourceTests/FindPSResourceGithubPackages.Tests.ps1: line 45
45: $res | Should -Not -BeNullOrEmpty
azure-pipelines / PowerShell.PSResourceGet
Test HTTP Find-PSResource for Github Packages Server.find all versions of resource when given specific Name, Version not null --> '*'
Expected a value, but got $null or empty.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/FindPSResourceTests/FindPSResourceGithubPackages.Tests.ps1: line 78
78: $res | Should -Not -BeNullOrEmpty
azure-pipelines / PowerShell.PSResourceGet
Test HTTP Find-PSResource for Github Packages Server.find resource with latest (including prerelease) version given Prerelease parameter
Expected '5.0.0', but got $null.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/FindPSResourceTests/FindPSResourceGithubPackages.Tests.ps1: line 90
90: $res.Version | Should -Be "5.0.0"