Skip to content

Add VMwareSDWANClient #135

Add VMwareSDWANClient

Add VMwareSDWANClient #135

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test Results failed Sep 29, 2023 in 0s

3 fail, 3 488 pass in 6m 58s

       1 files  ±  0  1 218 suites  +9   6m 58s ⏱️ +52s
3 491 tests +48  3 488 ✔️ +48  0 💤 ±0  3 ±0 
4 679 runs  +60  4 676 ✔️ +60  0 💤 ±0  3 ±0 

Results for commit 42a97bc. ± Comparison against earlier commit 3251b9b.

Annotations

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

Get-EvergreenApp works with supported application: JetBrainsHub.Application function should return something.Output from JetBrainsHub should not be null failed

test-results/TestResults.xml [took 0s]
Raw output
Expected a value, but got $null or empty.
at $Output | Should -Not -BeNullOrEmpty, D:\a\evergreen\evergreen\tests\Public\Get-EvergreenApp.Tests.ps1:32
at <ScriptBlock>, D:\a\evergreen\evergreen\tests\Public\Get-EvergreenApp.Tests.ps1:32

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

Get-EvergreenApp works with supported application: JetBrainsHub.Application function should return something.Output from JetBrainsHub should return the expected output type failed

test-results/TestResults.xml [took 0s]
Raw output
Expected the value to have type [psobject] or any of its subtypes, but got $null with type $null.
at $Output | Should -BeOfType "PSCustomObject", D:\a\evergreen\evergreen\tests\Public\Get-EvergreenApp.Tests.ps1:36
at <ScriptBlock>, D:\a\evergreen\evergreen\tests\Public\Get-EvergreenApp.Tests.ps1:36

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

Get-EvergreenApp works with supported application: JetBrainsHub.Application function should return something.Get-EvergreenApp -Name JetBrainsHub should return a count of 1 or more failed

test-results/TestResults.xml [took 0s]
Raw output
Expected the actual value to be greater than 0, but got 0.
at ($Output | Measure-Object).Count | Should -BeGreaterThan 0, D:\a\evergreen\evergreen\tests\Public\Get-EvergreenApp.Tests.ps1:40
at <ScriptBlock>, D:\a\evergreen\evergreen\tests\Public\Get-EvergreenApp.Tests.ps1:40