DSC v3 resource for PSResourceGet #1852
Build #PowerShell.PSResourceGet-2604.06009 had test failures
Details
- Failed: 91 (2.10%)
- Passed: 4,023 (92.74%)
- Other: 224 (5.16%)
- Total: 4,338
Annotations
Check failure on line 6602 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L6602
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 6402 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L6402
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 7080 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L7080
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 8940 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L8940
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 Repository Resource Tests.Can get a Repository resource instance
azure-pipelines / PowerShell.PSResourceGet
Repository Resource Tests.Can get a Repository resource instance
Expected exactly 'TestRepo', but got $null.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/DscResource/PSResourceGetDSCResource.Tests.ps1: line 124
124: $getResult.actualState.name | Should -BeExactly 'TestRepo'
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
Expected exactly 'TestRepo2', but got $null.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/DscResource/PSResourceGetDSCResource.Tests.ps1: line 147
147: $repo.Name | Should -BeExactly 'TestRepo2'
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
Expected $null or empty, but got @(Microsoft.PowerShell.PSResourceGet.UtilClasses.PSRepositoryInfo).
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/DscResource/PSResourceGetDSCResource.Tests.ps1: line 174
174: $repo | Should -BeNullOrEmpty
Check failure on line 1 in PSResourceList Resource Tests.Can get a PSResourceList resource instance
azure-pipelines / PowerShell.PSResourceGet
PSResourceList Resource Tests.Can get a PSResourceList resource instance
Expected exactly 'psgettestlocal', but got $null.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/DscResource/PSResourceGetDSCResource.Tests.ps1: line 198
198: $getResult.actualState.repositoryName | Should -BeExactly $localRepo