laserninja commented on PR #12867: URL: https://github.com/apache/gravitino/pull/12867#issuecomment-5528810777
CI is green except `FrontendIT`, which failed on two Selenium tests in `CatalogsPageTest`: - `testClickCatalogLink` - `org.awaitility.core.ConditionTimeoutException` after 5 seconds - `testCreateFileset` - `expected: <true> but was: <false>` Both look unrelated to this PR: - The diff touches only `api`, `core`, `server-common`, `server` tests, and `docs`. Nothing under `web-v2`, and no catalog or fileset code path. - `CatalogsPageTest` is unstable across unrelated PRs in the same window - for example [run 33735997908](https://github.com/apache/gravitino/actions/runs/33735997908) on `trino-479-support` failed with `CatalogsPageTest > initializationError`. - Every other integration suite passed here, including `access-control-IT`, all three `BackendIT` variants (h2 embedded, MySQL deploy, PostgreSQL deploy), `TrinoIT`, `IcebergRestTrinoIT`, `SparkIT`, `FlinkIT`, `PythonIT`, and `MaintenanceIT`. If the new dispatcher wiring broke server startup, those would have failed too. I do not have rights to re-run the single failed job. Happy to push a rebase to re-trigger the matrix if a committer prefers a clean run. -- 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]
