Implement unimplemented concurrency methods for all server classes - #2012
Build #PowerShell.PSResourceGet-2607.20001 had test failures
Details
- Failed: 95 (0.67%)
- Passed: 13,321 (94.06%)
- Other: 746 (5.27%)
- Total: 14,162
Annotations
Check failure on line 1 in DSC resource schema tests.Error occurred in Describe block
azure-pipelines / PowerShell.PSResourceGet
DSC resource schema tests.Error occurred in Describe block
DSC_ROOT environment variable is not set or path does not exist.
Raw output
At /home/vsts/work/1/s/test/DscResource/PSResourceGetDSCResource.Tests.ps1:7 char:9
Check failure on line 1 in Repository Resource Tests.Can get a Repository resource instance
azure-pipelines / PowerShell.PSResourceGet
Repository Resource Tests.Can get a Repository resource instance
The expression after '&' in a pipeline element produced an object that was not valid. It must result in a command name, a script block, or a CommandInfo object.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/DscResource/PSResourceGetDSCResource.Tests.ps1: line 108
108: $getResult = & $script:dscExe resource get --resource Microsoft.PowerShell.PSResourceGet/Repository --input $resourceInput -o json | ConvertFrom-Json
Check failure on line 1 in Repository Resource Tests.Can set a Repository resource instance
azure-pipelines / PowerShell.PSResourceGet
Repository Resource Tests.Can set a Repository resource instance
The expression after '&' in a pipeline element produced an object that was not valid. It must result in a command name, a script block, or a CommandInfo object.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/DscResource/PSResourceGetDSCResource.Tests.ps1: line 130
130: & $script:dscExe resource set --resource Microsoft.PowerShell.PSResourceGet/Repository --input $resourceInput
Check failure on line 1 in Repository Resource Tests.Can delete a Repository resource instance
azure-pipelines / PowerShell.PSResourceGet
Repository Resource Tests.Can delete a Repository resource instance
The expression after '&' in a pipeline element produced an object that was not valid. It must result in a command name, a script block, or a CommandInfo object.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/DscResource/PSResourceGetDSCResource.Tests.ps1: line 157
157: & $script:dscExe resource delete --resource Microsoft.PowerShell.PSResourceGet/Repository --input $resourceInput