рабочий вариант, но скороть 10 МБит
This commit is contained in:
@@ -33,7 +33,7 @@ function Get-PropertyValue {
|
||||
return $property.Value
|
||||
}
|
||||
|
||||
& (Join-Path $scriptDir "c18z92-node-agent-disabled-backend-fallback-smoke.ps1") `
|
||||
& (Join-Path $scriptDir "c18z92-node-agent-disabled-compat-fallback-smoke.ps1") `
|
||||
-ApiBaseUrl $ApiBaseUrl `
|
||||
-ClusterID $ClusterID `
|
||||
-ActorUserID $ActorUserID `
|
||||
@@ -54,7 +54,7 @@ $checks = [ordered]@{
|
||||
base_disabled_fallback_smoke_passed = [bool]$baseResult.passed
|
||||
data_plane_incident_emitted = ($null -ne $incident)
|
||||
incident_source_is_data_plane_contract = ($null -ne $incident -and [string]$incident.incident_source -eq "data_plane_contract")
|
||||
incident_status_reports_blocked_backend_relay = ($null -ne $incident -and [string]$incident.guard_status -eq "backend_fallback_blocked_by_policy")
|
||||
incident_status_reports_blocked_backend_relay = ($null -ne $incident -and [string]$incident.guard_status -eq "degraded_route_blocked_by_policy")
|
||||
incident_severity_is_bad = ($null -ne $incident -and [string]$incident.guard_severity -eq "bad")
|
||||
incident_action_is_operator_visible = ($null -ne $incident -and [string]$incident.recommended_operator_action -eq "restore_fabric_route_or_change_signed_backend_relay_policy_before_retry")
|
||||
}
|
||||
@@ -84,3 +84,4 @@ if (-not $result.passed) {
|
||||
|
||||
Write-Host "C18Z94 data-plane contract incident smoke passed. Result: $target"
|
||||
$result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user