Fix up ContainerRegistry Authentication for OCI #1971
Build #PowerShell.PSResourceGet-2603.27001 had test failures
Details
- Failed: 429 (10.11%)
- Passed: 3,589 (84.61%)
- Other: 224 (5.28%)
- Total: 4,242
Annotations
Check failure on line 1774 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L1774
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 7273 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L7273
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 7632 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L7632
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 7264 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L7264
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 ACR Server Protocol.Find resource given specific Name, Version null
Expected 'test-module', but got $null.
Raw output
at <ScriptBlock>, D:\a\1\s\test\FindPSResourceTests\FindPSResourceContainerRegistryServer.Tests.ps1: line 39
39: $res.Name | Should -Be $testModuleName
azure-pipelines / PowerShell.PSResourceGet
Test HTTP Find-PSResource for ACR Server Protocol.Should not find resource given nonexistent Name
Expected strings to be the same, but they were different.
Expected length: 74
Actual length: 80
Strings differ at index 0.
Expected: 'ResourceNo...'
But was: 'HttpReques...'
Raw output
at <ScriptBlock>, D:\a\1\s\test\FindPSResourceTests\FindPSResourceContainerRegistryServer.Tests.ps1: line 48
48: $err[0].FullyQualifiedErrorId | Should -BeExactly "ResourceNotFound,Microsoft.PowerShell.PSResourceGet.Cmdlets.FindPSResource"
azure-pipelines / PowerShell.PSResourceGet
Test HTTP Find-PSResource for ACR Server Protocol.Find all versions of resource when given specific Name, Version not null --> '*'
Expected a value, but got $null or empty.
Raw output
at <ScriptBlock>, D:\a\1\s\test\FindPSResourceTests\FindPSResourceContainerRegistryServer.Tests.ps1: line 77
77: $res | Should -Not -BeNullOrEmpty
azure-pipelines / PowerShell.PSResourceGet
Test HTTP Find-PSResource for ACR Server Protocol.Find resource when version contains different number of digits than the normalized version
Expected a value, but got $null or empty.
Raw output
at <ScriptBlock>, D:\a\1\s\test\FindPSResourceTests\FindPSResourceContainerRegistryServer.Tests.ps1: line 88
88: $res1DigitVersion | Should -Not -BeNullOrEmpty