You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like IgnoreNullMetricsPhysicalPlannerTests only need the tools provided in LocalPhysicalPlanOptimizerTests; but by inheriting from the latter, we end up running all the tests twice.
We can define an abstract superclass that both inherit from to provide tooling for both.