рабочий вариант, но скороть 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
@@ -76,7 +76,7 @@ function Get-EntryBaseUrlForNode {
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"
@@ -1061,7 +1061,7 @@ try {
pre_feedback_depth = $preExitDepth
final_depth = $finalExitDepth
}
backend_fallback_queue = @{
degraded_route_queue = @{
baseline_depth = $baselineBackendDepth
depth = $finalBackendDepth
}
@@ -1083,7 +1083,7 @@ try {
pre_feedback_primary_entry_delivered = ($preExitDepth -ge ($baselineExitDepth + $expectedPrePackets))
post_feedback_alternate_entry_delivered = ($finalExitDepth -ge ($baselineExitDepth + $expectedPackets))
post_feedback_uses_alternate_entry_route = ([string]$postIngress.report.ingress.last_selected_route_id -eq $alternateRouteID)
no_backend_fallback_used = ($finalBackendDepth -eq $baselineBackendDepth)
no_degraded_route_used = ($finalBackendDepth -eq $baselineBackendDepth)
no_flow_drops = ($primaryDroppedDelta -eq 0 -and $alternateDroppedDelta -eq 0)
route_intents_expired = ($expiredPrimary.route_intent.lifecycle_status -eq "expired" -and $expiredAlternate.route_intent.lifecycle_status -eq "expired")
}
@@ -1122,3 +1122,4 @@ if (-not (Test-Path $resultDir)) {
$result | ConvertTo-Json -Depth 100 | Set-Content -Path $resultFullPath -Encoding UTF8
Write-Host "C18Z11 live service-channel entry pool smoke passed. Result: $resultFullPath"
$result