The GitHub Actions job "Tests" on airflow.git/2603/e2e_deflake has failed.
Run started by GitHub user Dev-iL (triggered by Dev-iL).

Head commit for run:
2837758e97645884e817a111861fb7ff99394801 / Dev-iL 
<[email protected]>
E2E: Add diagnostic test to measure health endpoint response times

This test validates that the health check fix is necessary and that
simply increasing the timeout wouldn't solve the problem.

Measures 10 consecutive requests to the health endpoint and reports:
- Min, max, average, and p95 response times
- Count of responses exceeding the old 2000ms threshold
- Explanation of why exceeding the threshold causes test failures

When run on Firefox, if p95 > 2000ms, it proves the old condition
(status === 200 AND elapsed < 2000ms) would consistently fail,
explaining why tests timeout even after 60 seconds. Simply increasing
MAX_WAIT_MS wouldn't help since the condition would never be satisfied.

This validates that removing the response time requirement (not just
increasing timeouts) is the correct fix.

Co-Authored-By: Claude Haiku 4.5 <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/23691190311

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to