Local repository network connection failure should write warning or error - #1924
Local repository network connection failure should write warning or error#1924Anam Navied (anamnavi) wants to merge 7 commits into
Build #PowerShell.PSResourceGet-2601.12001 had test failures
Details
- Failed: 19 (0.45%)
- Passed: 3,995 (94.27%)
- Other: 224 (5.29%)
- Total: 4,238
Annotations
Check failure on line 6137 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L6137
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 6139 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L6139
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 6561 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L6561
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 8354 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L8354
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 local repositories.Find should not silently fail if network connection to local private repository cannot be established and remainder repositories should be searched
Invalid pattern '\\localhost\PSRepoLocal' at offset 14. Malformed \p{X} character escape.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/FindPSResourceTests/FindPSResourceLocal.Tests.ps1: line 356
356: $WarningVar[0] | Should -Match "$($privateRepo.Uri.LocalPath)"
azure-pipelines / PowerShell.PSResourceGet
Test Find-PSResource for local repositories.Find should not silently fail if network connection to local private repository cannot be established and package version was provided and remainder repositories should be searched
Invalid pattern '\\localhost\PSRepoLocal' at offset 14. Malformed \p{X} character escape.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/FindPSResourceTests/FindPSResourceLocal.Tests.ps1: line 365
365: $WarningVar[0] | Should -Match "$($privateRepo.Uri.LocalPath)"
azure-pipelines / PowerShell.PSResourceGet
Test Install-PSResource for local repositories.Install should not silently fail if network connection to local private repository cannot be established and package version was provided and remainder repositories should be searched
Invalid pattern '\\localhost\PSRepoLocal' at offset 14. Malformed \p{X} character escape.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/InstallPSResourceTests/InstallPSResourceLocal.Tests.ps1: line 314
314: $WarningVar[0] | Should -Match "$($privateRepo.Uri.LocalPath)"
azure-pipelines / PowerShell.PSResourceGet
Test Install-PSResource for local repositories.Install should not silently fail if network connection to local private repository cannot be established and remainder repositories should be searched
Invalid pattern '\\localhost\PSRepoLocal' at offset 14. Malformed \p{X} character escape.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/InstallPSResourceTests/InstallPSResourceLocal.Tests.ps1: line 305
305: $WarningVar[0] | Should -Match "$($privateRepo.Uri.LocalPath)"