рабочий вариант, но скороть 10 МБит
This commit is contained in:
@@ -68,7 +68,7 @@ $result | Add-Member -NotePropertyName c18z19_checks -NotePropertyValue ([ordere
|
||||
live_parallel_window_enabled = ($maxParallel -ge 2)
|
||||
live_parallel_batches_observed = ($parallelBatches -gt 0)
|
||||
live_session_scoped_fairness_still_passed = ([bool]$result.passed)
|
||||
live_session_completed_without_backend_fallback = ([int]$result.backend_fallback_queue.depth -eq 0)
|
||||
live_session_completed_without_degraded_route = ([int]$result.degraded_route_queue.depth -eq 0)
|
||||
live_session_completed_without_flow_drops = ([int]$result.flow_drops.delta -eq 0)
|
||||
}) -Force
|
||||
$result | Add-Member -NotePropertyName c18z19_summary -NotePropertyValue ([ordered]@{
|
||||
@@ -80,7 +80,7 @@ $result.passed = [bool]($result.passed -and
|
||||
$result.c18z19_checks.unit_parallel_flow_window_does_not_block_independent_channel -and
|
||||
$result.c18z19_checks.live_parallel_window_enabled -and
|
||||
$result.c18z19_checks.live_parallel_batches_observed -and
|
||||
$result.c18z19_checks.live_session_completed_without_backend_fallback -and
|
||||
$result.c18z19_checks.live_session_completed_without_degraded_route -and
|
||||
$result.c18z19_checks.live_session_completed_without_flow_drops)
|
||||
|
||||
$resolvedResultPath = Join-Path $repoRoot $ResultPath
|
||||
@@ -93,3 +93,4 @@ if (-not $result.passed) {
|
||||
|
||||
Write-Host "C18Z19 service-channel parallel flow window smoke passed. Result: $resolvedResultPath"
|
||||
$result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user