From de78992966ac73825dd597e0f0d168b83f71360d Mon Sep 17 00:00:00 2001 From: Nikita Taranov Date: Fri, 13 Sep 2024 18:25:51 +0200 Subject: [PATCH] Update tests/integration/test_parallel_replicas_snapshot_from_initiator/test.py Co-authored-by: Igor Nikonov <954088+devcrafter@users.noreply.github.com> --- .../test_parallel_replicas_snapshot_from_initiator/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_parallel_replicas_snapshot_from_initiator/test.py b/tests/integration/test_parallel_replicas_snapshot_from_initiator/test.py index 2b3b94f95dc..5da0a57ee7e 100644 --- a/tests/integration/test_parallel_replicas_snapshot_from_initiator/test.py +++ b/tests/integration/test_parallel_replicas_snapshot_from_initiator/test.py @@ -62,7 +62,7 @@ def test_number_of_marks_read(start_cluster): expected = 499500 + idx # sum of all integers 0..999 + idx assert ( node.query( - "SELECT sum(value) FROM t", + "SELECT sum(value) FROM {table_name}", settings={ "allow_experimental_parallel_reading_from_replicas": 2, "max_parallel_replicas": 100,