рабочий вариант, но скороть 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
@@ -73,7 +73,7 @@ function Get-MeshPort {
function Enable-TestMeshListener {
param([object]$Node)
$port = Get-MeshPort -Name $Node.name
Invoke-Api -Method PUT -Path "/clusters/$ClusterID/nodes/$($Node.id)/workloads/mesh-listener/desired" -Body @{
Invoke-Api -Method PUT -Path "/clusters/$ClusterID/nodes/$($Node.id)/workloads/fabric-listener/desired" -Body @{
actor_user_id = $ActorUserID
desired_state = "enabled"
runtime_mode = "container"
@@ -1136,7 +1136,7 @@ try {
baseline_depth = $baselineExitDepth
depth = $exitDepth
}
backend_fallback_queue = @{
degraded_route_queue = @{
baseline_depth = $baselineBackendDepth
depth = $finalBackendDepth
delta = $backendFallbackDelta
@@ -1157,7 +1157,7 @@ try {
long_lived_websocket_sent_all_batches = ($webSocketResult.ok -eq $true -and $webSocketResult.sent_batches -eq ($PreOutageBatchCount + $DuringOutageBatchCount + $RecoveryBatchCount) -and $webSocketResult.sent_packets -eq $expectedPackets)
exit_restart_attempted_during_session = ($webSocketResult.outage_action_ran -eq $true -and $webSocketResult.recovery_action_ran -eq $true)
route_failures_observed = ($routeFailureDelta -gt 0)
backend_fallback_visible = ($backendFallbackDelta -gt 0)
degraded_route_visible = ($backendFallbackDelta -gt 0)
recovery_packets_reached_exit = ($exitDepth -ge ($baselineExitDepth + $recoveryPackets))
post_recovery_fabric_send_observed = ([int]$postRecoveryIngress.report.ingress.send_packets -ge ($baselineSendPackets + $expectedPackets))
no_flow_drops = ($droppedDelta -eq 0)
@@ -1200,3 +1200,4 @@ if (-not (Test-Path $resultDir)) {
$result | ConvertTo-Json -Depth 100 | Set-Content -Path $resultFullPath -Encoding UTF8
Write-Host "C18Z5 live service-channel exit-restart smoke passed. Result: $resultFullPath"
$result