Skip to content

WIP: Add concurrency for parent packages#2016

Open
alerickson wants to merge 13 commits into
masterfrom
parentPkgConcurrency
Open

WIP: Add concurrency for parent packages#2016
alerickson wants to merge 13 commits into
masterfrom
parentPkgConcurrency

Add concurrency for parent packages

40138f1
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PowerShell.PSResourceGet failed Jul 24, 2026 in 32m 22s

Build #PowerShell.PSResourceGet-2607.24001 had test failures

Details

Tests

  • Failed: 53 (1.21%)
  • Passed: 4,115 (93.57%)
  • Other: 230 (5.23%)
  • Total: 4,398

Annotations

Check failure on line 634 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L634

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

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L7128

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

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L6643

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

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L8906

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 Install-PSResource for ADO V3Server scenarios.Install multiple resources by name

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Test Install-PSResource for ADO V3Server scenarios.Install multiple resources by name

One or more errors occurred. (The WriteObject and WriteError methods cannot be called from outside the overrides of the BeginProcessing, ProcessRecord, and EndProcessing methods, and they can only be called from within the same thread. Validate that the cmdlet makes these calls correctly, or contact Microsoft Customer Support Services.)
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/InstallPSResourceTests/InstallPSResourceADOServer.Tests.ps1: line 56
56:         Install-PSResource -Name $pkgNames -Repository $ADORepoName -TrustRepository

Check failure on line 1 in Test Install-PSResource for ADO V2Server scenarios.Install multiple resources by name

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Test Install-PSResource for ADO V2Server scenarios.Install multiple resources by name

One or more errors occurred. (The WriteObject and WriteError methods cannot be called from outside the overrides of the BeginProcessing, ProcessRecord, and EndProcessing methods, and they can only be called from within the same thread. Validate that the cmdlet makes these calls correctly, or contact Microsoft Customer Support Services.)
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/InstallPSResourceTests/InstallPSResourceADOV2Server.Tests.ps1: line 57
57:         Install-PSResource -Name $pkgNames -Repository $ADORepoName -TrustRepository

Check failure on line 1 in Test Install-PSResource for ACR scenarios.Install multiple resources by name

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Test Install-PSResource for ACR scenarios.Install multiple resources by name

One or more errors occurred. (The WriteObject and WriteError methods cannot be called from outside the overrides of the BeginProcessing, ProcessRecord, and EndProcessing methods, and they can only be called from within the same thread. Validate that the cmdlet makes these calls correctly, or contact Microsoft Customer Support Services.)
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/InstallPSResourceTests/InstallPSResourceContainerRegistryServer.Tests.ps1: line 125
125:         Install-PSResource -Name $pkgNames -Repository $ACRRepoName -TrustRepository

Check failure on line 1 in Test Install-PSResource for GitHub packages.Install multiple resources by name

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Test Install-PSResource for GitHub packages.Install multiple resources by name

One or more errors occurred. (The WriteObject and WriteError methods cannot be called from outside the overrides of the BeginProcessing, ProcessRecord, and EndProcessing methods, and they can only be called from within the same thread. Validate that the cmdlet makes these calls correctly, or contact Microsoft Customer Support Services.)
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/InstallPSResourceTests/InstallPSResourceGithubPackages.Tests.ps1: line 62
62:         Install-PSResource -Name $pkgNames -Repository $GithubPackagesRepoName -Credential $credential -TrustRepository