Update tests/integration/test_parallel_replicas_snapshot_from_initiator/test.py

Co-authored-by: Igor Nikonov <954088+devcrafter@users.noreply.github.com>
This commit is contained in:
Nikita Taranov 2024-09-13 18:25:51 +02:00 committed by GitHub
parent 42670a46d4
commit de78992966
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ def test_number_of_marks_read(start_cluster):
expected = 499500 + idx # sum of all integers 0..999 + idx expected = 499500 + idx # sum of all integers 0..999 + idx
assert ( assert (
node.query( node.query(
"SELECT sum(value) FROM t", "SELECT sum(value) FROM {table_name}",
settings={ settings={
"allow_experimental_parallel_reading_from_replicas": 2, "allow_experimental_parallel_reading_from_replicas": 2,
"max_parallel_replicas": 100, "max_parallel_replicas": 100,