rusackas commented on PR #43133: URL: https://github.com/apache/superset/pull/43133#issuecomment-5432370902
CI's red across every backend on this one, `test_registry_exposes_every_documented_tool` and `test_every_tool_publishes_a_usable_schema` both fail. Looks like `TestAIToolsEndToEnd.setUp` builds the registry with `build_registry()`, which defaults to `BUNDLE_READ_ONLY` (7 tools), while the assertions now expect all 10 now that this PR adds the three authoring tools to `ALL_TOOL_NAMES`. Should just be `build_registry(BUNDLE_ALL)` in setUp. -- 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]
