aminghadersohi commented on PR #44284: URL: https://github.com/apache/superset/pull/44284#issuecomment-5675625117
CI update for `96a18dc44f094475de9d65202bb3d3a591b6415f`: the integration/browser jobs are blocked during database initialization by **pre-existing multiple Alembic heads**, before these tests run. - [PostgreSQL initialization failure](https://github.com/apache/superset/actions/runs/34935647755/job/104272958898): `Multiple head revisions are present for given argument 'head'`. - [Playwright initialization failure](https://github.com/apache/superset/actions/runs/34935647803/job/104272984789): same error. - Actual Alembic inspection finds heads `c7f53d184ea2` and `88a01c781622`. The migration tree is byte-identical between base `ae240a8e6f0332acb709943d0884eae73927c9de` and this head: Git tree `8e763047ee8802b1dca0339be4dc0897279def46`. This PR changes only the macro, its tests, and documentation. I am not adding an unrelated migration repair or repeatedly rerunning deterministically blocked jobs. The local Jinja module remains **202 passed**, and all changed-file pre-commit hooks passed. CI unit tests/pre-commit are still running; this is **not an all-green claim**. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
