From 696007f0bf14b61ec6902f4fc7a89318420c2866 Mon Sep 17 00:00:00 2001 From: Nikita Mikhaylov Date: Thu, 26 Sep 2024 11:53:53 +0200 Subject: [PATCH] Done --- .../03215_parallel_replicas_crash_after_refactoring.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/queries/0_stateless/03215_parallel_replicas_crash_after_refactoring.sql b/tests/queries/0_stateless/03215_parallel_replicas_crash_after_refactoring.sql index 240203b2a7c..b12dfc92ddf 100644 --- a/tests/queries/0_stateless/03215_parallel_replicas_crash_after_refactoring.sql +++ b/tests/queries/0_stateless/03215_parallel_replicas_crash_after_refactoring.sql @@ -1,5 +1,5 @@ --- Tags: no-s3-storage --- no-s3-storage: the test checks that there is no crash when we set parallel_replicas_single_task_marks_count_multiplier to 0 and we have some custom heuristic for +-- Tags: no-s3-storage, no-azure-blob-storage +-- no-s3-storage, no-azure-blob-storage: the test checks that there is no crash when we set parallel_replicas_single_task_marks_count_multiplier to 0 and we have some custom heuristic for -- finding its optimal value in case if the table is stored on remote disk. DROP TABLE IF EXISTS 03215_parallel_replicas;