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]

Reply via email to