mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update test
This commit is contained in:
parent
c94994afcf
commit
c85986a5da
@ -105,10 +105,10 @@ def test_parallel_replicas_over_distributed(start_cluster, cluster):
|
||||
expected_result = f"6001\t-1999\t1999\t0\n"
|
||||
|
||||
# w/o parallel replicas
|
||||
# assert (
|
||||
# node.query(f"SELECT count(), min(key), max(key), sum(key) FROM {table_name}_d")
|
||||
# == expected_result
|
||||
# )
|
||||
assert (
|
||||
node.query(f"SELECT count(), min(key), max(key), sum(key) FROM {table_name}_d")
|
||||
== expected_result
|
||||
)
|
||||
|
||||
# parallel replicas
|
||||
assert (
|
||||
|
Loading…
Reference in New Issue
Block a user