Commit e8b7b97
committed
logictest: make test case deterministic
This commit makes a test case in `distsql_agg` deterministic no matter
how many optimizer rules have been defined. It now explicitly disables
an optimizer rule, which is required to reproduce the behavior, rather
than using the `testing_optimizer_random_seed` and
`testing_optimizer_disable_rule_probability` session settings.
Release note: None1 parent 9510b99 commit e8b7b97
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
730 | 730 | | |
731 | 731 | | |
732 | 732 | | |
733 | | - | |
734 | | - | |
| 733 | + | |
735 | 734 | | |
736 | 735 | | |
737 | 736 | | |
| |||
0 commit comments