diqiu50 opened a new pull request, #13287: URL: https://github.com/apache/gravitino/pull/13287
### What changes were proposed in this pull request? Assert `failure_count >= 1` instead of `== 1` in `testCatalogStatusReportsARegistrationFailure`. ### Why are the changes needed? The catalog load loop retries failed catalogs on every metadata refresh and increments `failure_count` each time. A refresh landing between `create_catalog` and the `catalog_status` query makes the count 2, so the exact assertion is timing dependent. The test only needs to verify the failure is reported. Fix: #13286 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Ran `TestGravitinoConnector446$SingleMetalake.testCatalogStatusReportsARegistrationFailure` locally. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
