[GH] (airflow/2603/e2e_deflake): Workflow run "Tests" failed!

2026-03-28 Thread GitBox


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:
a5ce75c8248f9b9c9374abd555fcc18221bfa98f / Dev-iL 
<[email protected]>
E2E: Fix webkit-specific flakiness across 5 page objects

- ConnectionsPage: combobox click timeout 3s→10s (matching actionTimeout)
- DagCalendarTab: wrap hover+tooltip in retry loop — webkit hover events
  are unreliable and may not trigger tooltips on first attempt
- DagCodePage: inner Monaco editor visibility check 5s→10s per retry
  attempt, giving the editor more time to initialize on webkit
- RequiredActionsPage: wait_for_default_option toPass timeout 30s→60s,
  too tight on webkit under 3-browser CI load
- XComsPage: table visibility wait 10s→30s, same pattern as
  TaskInstancesPage fix

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

With regards,
GitHub Actions via GitBox


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



[GH] (airflow/2603/e2e_deflake): Workflow run "Tests" failed!

2026-03-28 Thread GitBox


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 

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]



[GH] (airflow/2603/e2e_deflake): Workflow run "Tests" failed!

2026-03-28 Thread GitBox


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:
609247a3bc386732da1db73f05d1dca62d8b98d2 / Dev-iL 
<[email protected]>
E2E: Rename BasePage.goto() to safeGoto() to fix stack overflow

AssetDetailPage defines its own public goto() method that calls
this.navigateTo(). When BasePage.navigateTo() dispatched to this.goto(),
polymorphism resolved to AssetDetailPage.goto() instead of BasePage.goto(),
creating infinite recursion.

Rename to safeGoto() which doesn't collide with any subclass method names.

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

With regards,
GitHub Actions via GitBox


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