Add PSGet to PSResourceGet migration tool#2015
Build #PowerShell.PSResourceGet-2607.23005 had test failures
Details
- Failed: 7 (0.16%)
- Passed: 4,161 (94.61%)
- Other: 230 (5.23%)
- Total: 4,398
Annotations
Check failure on line 7119 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L7119
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 8937 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L8937
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 6638 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L6638
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 Find-PSResource for searching and looping through repositories.find resources from all repositories where it exists (without -Repository specified)
Expected strings to be the same, but they were different.
Expected length: 12
Actual length: 11
Strings differ at index 11.
Expected: 'test_module2'
But was: 'test_module'
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/FindPSResourceTests/FindPSResourceRepositorySearching.Tests.ps1: line 293
293: $pkg2.Name | Should -Be $testModuleName2
azure-pipelines / PowerShell.PSResourceGet
Test Find-PSResource for searching and looping through repositories.find resources from all repositories where it exists and not write errors for repositories where it does not exist (without -Repository specified)
Expected strings to be the same, but they were different.
Expected length: 9
Actual length: 12
Strings differ at index 0.
Expected: 'PSGallery'
But was: 'NuGetGallery'
Raw output
at <ScriptBlock>, D:\a\1\s\test\FindPSResourceTests\FindPSResourceRepositorySearching.Tests.ps1: line 318
318: $pkg1.Repository | Should -Be $PSGalleryName
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 strings to be the same, but they were different.
Expected length: 12
Actual length: 11
Strings differ at index 11.
Expected: 'test_module2'
But was: 'test_module'
Raw output
at <ScriptBlock>, D:\a\1\s\test\FindPSResourceTests\FindPSResourceRepositorySearching.Tests.ps1: line 377
377: $pkg1.Name | Should -Be $testModuleName2
azure-pipelines / PowerShell.PSResourceGet
Test Find-PSResource for searching and looping through repositories.not find resource and discard Tag entry containing wildcard, but search for other non-wildcard Tag entries (without -Repository specified)
Expected strings to be the same, but they were different.
Expected length: 9
Actual length: 12
Strings differ at index 0.
Expected: 'PSGallery'
But was: 'NuGetGallery'
Raw output
at <ScriptBlock>, D:\a\1\s\test\FindPSResourceTests\FindPSResourceRepositorySearching.Tests.ps1: line 358
358: $pkg1.Repository | Should -Be $PSGalleryName