рабочий вариант, но скороть 10 МБит
build / backend (push) Has been cancelled
build / node-agent (push) Has been cancelled
build / worker (push) Has been cancelled

This commit is contained in:
2026-05-22 21:46:49 +03:00
parent 469fa0e860
commit 20d361a886
280 changed files with 954890 additions and 18524 deletions
@@ -77,7 +77,7 @@ $result | Add-Member -NotePropertyName c18z18_checks -NotePropertyValue ([ordere
live_served_channels_are_session_scoped = ($servedStats.Count -gt 0 -and $sessionScopedStats.Count -eq $servedStats.Count)
live_unscoped_served_channels_absent = ($unscopedServedStats.Count -eq 0)
live_quality_markers_are_session_scoped = ($sessionScopedQualityStats.Count -ge 2)
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 c18z18_summary -NotePropertyValue ([ordered]@{
@@ -93,7 +93,7 @@ $result.passed = [bool]($result.passed -and
$result.c18z18_checks.live_served_channels_are_session_scoped -and
$result.c18z18_checks.live_unscoped_served_channels_absent -and
$result.c18z18_checks.live_quality_markers_are_session_scoped -and
$result.c18z18_checks.live_session_completed_without_backend_fallback -and
$result.c18z18_checks.live_session_completed_without_degraded_route -and
$result.c18z18_checks.live_session_completed_without_flow_drops)
$resolvedResultPath = Join-Path $repoRoot $ResultPath
@@ -106,3 +106,4 @@ if (-not $result.passed) {
Write-Host "C18Z18 service-channel session-scoped fairness smoke passed. Result: $resolvedResultPath"
$result