рабочий вариант, но скороть 10 МБит
This commit is contained in:
@@ -78,7 +78,7 @@ $result | Add-Member -NotePropertyName c18z20_checks -NotePropertyValue ([ordere
|
||||
live_inflight_telemetry_visible = ($maxInFlight -ge 2 -and $inFlight -eq 0)
|
||||
live_per_channel_attempt_telemetry_visible = ($attemptStats.Count -ge 2 -and $successStats.Count -ge 2)
|
||||
live_per_channel_latency_buckets_visible = ($latencyStats.Count -ge 2)
|
||||
live_parallel_path_still_clean = ([bool]$result.passed -and [int]$result.backend_fallback_queue.depth -eq 0 -and [int]$result.flow_drops.delta -eq 0)
|
||||
live_parallel_path_still_clean = ([bool]$result.passed -and [int]$result.degraded_route_queue.depth -eq 0 -and [int]$result.flow_drops.delta -eq 0)
|
||||
}) -Force
|
||||
$result | Add-Member -NotePropertyName c18z20_summary -NotePropertyValue ([ordered]@{
|
||||
unit_test_output = ($unitTestOutput | Out-String).Trim()
|
||||
@@ -108,3 +108,4 @@ if (-not $result.passed) {
|
||||
|
||||
Write-Host "C18Z20 service-channel adaptive window telemetry smoke passed. Result: $resolvedResultPath"
|
||||
$result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user