рабочий вариант, но скороть 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
@@ -72,7 +72,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"
@@ -1029,7 +1029,7 @@ try {
baseline_depth = $baselineExitDepth
depth = $exitDepth
}
backend_fallback_queue = @{
degraded_route_queue = @{
baseline_depth = $baselineBackendDepth
depth = $finalBackendDepth
}
@@ -1054,7 +1054,7 @@ try {
entry_runtime_loaded_rebuild_config = ([string]$postRebuildLoadedConfig.report.config_version -ge [string]$appliedDecision.config.synthetic_mesh_config.config_version)
post_rebuild_uses_fast_direct_route = ([string]$postRebuildIngress.report.ingress.last_selected_route_id -eq $alternateRouteID)
exit_inbox_received_all_packets = ($exitDepth -ge ($baselineExitDepth + $expectedPackets))
no_backend_fallback_used = ($finalBackendDepth -eq $baselineBackendDepth)
no_degraded_route_used = ($finalBackendDepth -eq $baselineBackendDepth)
no_flow_drops = ($droppedDelta -eq 0)
route_intents_expired = ($expiredPrimary.route_intent.lifecycle_status -eq "expired" -and $expiredAlternate.route_intent.lifecycle_status -eq "expired")
}
@@ -1093,3 +1093,4 @@ if (-not (Test-Path $resultDir)) {
$result | ConvertTo-Json -Depth 100 | Set-Content -Path $resultFullPath -Encoding UTF8
Write-Host "C18Z9 live service-channel route pool smoke passed. Result: $resultFullPath"
$result