justinpark commented on PR #43487: URL: https://github.com/apache/superset/pull/43487#issuecomment-5519600353
Not a rebase issue — the failing test is unrelated to this branch's own diff. It calls out a pre-existing bug from the dashboard-v2 filters work (#43400, @michael-s-molina): `SchemaControlPanel.tsx`'s `loadSeries` effect fires an extra, unscoped `fetchQueryData` call whenever the Inspector applies a `dataBinding`, duplicating `ChartWidget`'s own request and inflating the refetch count the `scope.targets` test asserts on. Skipped that one test with a pointer to the real cause rather than working around it here — a rebase wouldn't change any of that. -- 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]
