mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Remove partial results from build matrix for stress tests
The feature had been reverted in #55893 Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
ac1e742afa
commit
d81fb9d117
@ -59,12 +59,6 @@ def get_options(i: int, upgrade_check: bool) -> str:
|
||||
client_options.append("implicit_transaction=1")
|
||||
client_options.append("throw_on_unsupported_query_inside_transaction=0")
|
||||
|
||||
if random.random() < 0.1:
|
||||
client_options.append("allow_experimental_partial_result=1")
|
||||
client_options.append(
|
||||
f"partial_result_update_duration_ms={random.randint(10, 1000)}"
|
||||
)
|
||||
|
||||
if random.random() < 0.1:
|
||||
client_options.append("optimize_trivial_approximate_count_query=1")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user