Use group_by_use_nulls in tests more often

This commit is contained in:
Dmitry Novik 2022-07-07 18:58:46 +00:00
parent d1df66687b
commit 0b18b4ed43

View File

@ -46,7 +46,7 @@ def get_options(i, backward_compatibility_check):
if i == 13:
client_options.append("memory_tracker_fault_probability=0.001")
if i % 17 == 1 and not backward_compatibility_check:
if i % 2 == 1 and not backward_compatibility_check:
client_options.append("group_by_use_nulls=1")
if client_options: