Relax the check in 02982_aggregation_states_destruction

This commit is contained in:
Nikita Taranov 2024-07-02 20:11:06 +02:00 committed by GitHub
parent bdc7157670
commit d2cade4aa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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';"