mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Relax the check in 02982_aggregation_states_destruction
This commit is contained in:
parent
bdc7157670
commit
d2cade4aa3
@ -11,4 +11,4 @@ $CLICKHOUSE_CLIENT --query_id $query_id --log_query_threads 1 --query="select nu
|
|||||||
|
|
||||||
$CLICKHOUSE_CLIENT -q "system flush logs;"
|
$CLICKHOUSE_CLIENT -q "system flush logs;"
|
||||||
|
|
||||||
$CLICKHOUSE_CLIENT -q "select count() > 0, (countIf(thread_name = 'AggregDestruct') as aggs) > 0, aggs > 1 from system.query_thread_log where query_id = '$query_id' and current_database = currentDatabase();"
|
$CLICKHOUSE_CLIENT -q "select count() > 0 from system.query_thread_log where query_id = '$query_id' and current_database = currentDatabase() and thread_name = 'AggregDestruct';"
|
||||||
|
Loading…
Reference in New Issue
Block a user