[regression](fuzzy)fuzzy enable_fold_constant_by_be (#16448)

* [fuzzy](test) fuzzy some session variables stably according to pull_request_id

* fuzzy enable_fold_constant_by_be

---------

Co-authored-by: stephen <hello_stephen@@qq.com>
This commit is contained in:
Dongyang Li
2023-02-07 09:17:50 +08:00
committed by GitHub
parent 3334e3f393
commit dcbcec0775
2 changed files with 16 additions and 0 deletions

View File

@ -1979,5 +1979,11 @@ public class Config extends ConfigBase {
@ConfField(mutable = false)
public static int topn_two_phase_limit_threshold = 512;
/**
* Used to set session variables randomly to check more issues in github workflow
*/
@ConfField(mutable = true)
public static int pull_request_id = 0;
}