Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Add method RelOptRulesTestBase.checkPlanUnchanged method, and also add a boolean unchanged parameter to the underlying checkPlanning method. If a planner test is supposed to have no effect, that is, if the before and after plans are the same, then you must specify that flag.
This makes it easier to notice if a rule that is supposed to work has stopped working. It also removes redundant plans from the reference file.