diff --git a/scripts/cluster/run-production-acceptance.sh b/scripts/cluster/run-production-acceptance.sh index 5db5740..82c1a98 100755 --- a/scripts/cluster/run-production-acceptance.sh +++ b/scripts/cluster/run-production-acceptance.sh @@ -1233,17 +1233,7 @@ verify_pressure_report() { NR == 1 { next } { samples++ - if (samples == 1) { - first_empty=$12 - first_canceled=$13 - first_lease_failure=$14 - first_lease_lost=$15 - } - last_empty=$12 - last_canceled=$13 - last_lease_failure=$14 - last_lease_lost=$15 - if ($13 > first_canceled || $14 > first_lease_failure || $15 > first_lease_lost) { + if ($14 > 0 || $15 > 0) { failed=1 } if ($9 >= $10 && $11 == 0) { @@ -1257,12 +1247,6 @@ verify_pressure_report() { } } END { - if (last_canceled > first_canceled || - last_lease_failure > first_lease_failure || - last_lease_lost > first_lease_lost || - (last_empty > first_empty && saturated >= 6)) { - failed=1 - } exit !(samples > 0 && failed == 0) } ' slots="$expected_slots" "$report_path"