Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Integrate AzArtifacts Credential Provider #1765

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

uncomment cred provider tests

e063a97
Select commit
Loading
Failed to load commit list.
Open

WIP: Integrate AzArtifacts Credential Provider #1765

uncomment cred provider tests
e063a97
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PowerShell.PSResourceGet failed Dec 26, 2024 in 22m 46s

Build #PowerShell.PSResourceGet-2412.26002 had test failures

Details

Tests

  • Failed: 18 (0.52%)
  • Passed: 3,295 (95.20%)
  • Other: 148 (4.28%)
  • Total: 3,461

Annotations

Check failure on line 5286 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L5286

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 5283 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L5283

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 5461 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L5461

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 7457 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L7457

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 1 in Test Find-PSResource for searching and looping through repositories.find resources from all pattern matching repositories where it exists (-Repository with wildcard)

See this annotation in the file changed.

@azure-pipelines 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

Check failure on line 1 in Test Azure Artifacts Credential Provider.Find resource given specific Name and Repository

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Test Azure Artifacts Credential Provider.Find resource given specific Name and Repository

Expected 'PackageManagement', but got $null.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/CredentialProvider.Tests.ps1: line 28
28:         $res.Name | Should -Be $TestModuleName

Check failure on line 1 in Test Azure Artifacts Credential Provider.Install resource given specific Name and Repository

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Test Azure Artifacts Credential Provider.Install resource given specific Name and Repository

Expected a value, but got $null or empty.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/CredentialProvider.Tests.ps1: line 34
34:         Get-InstalledPSResource -Name $TestModuleName | Should -Not -BeNullOrEmpty

Check failure on line 1 in Test Azure Artifacts Credential Provider.Set CredentialProvider for local path repository

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Test Azure Artifacts Credential Provider.Set CredentialProvider for local path repository

A parameter cannot be found that matches parameter name 'CredentialProvider'.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/CredentialProvider.Tests.ps1: line 48
48:         Set-PSResourceRepository -Name $LocalRepoName -CredentialProvider AzArtifacts