mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Disable check which is flaky atm
This commit is contained in:
parent
131f71b50a
commit
17c7fdfed9
@ -106,9 +106,10 @@ def test_parallel_replicas_custom_key_failover(
|
|||||||
== "subqueries\t4\n"
|
== "subqueries\t4\n"
|
||||||
)
|
)
|
||||||
|
|
||||||
assert (
|
# temporary disable it until it's not reason for flakiness is not clear
|
||||||
node1.query(
|
# assert (
|
||||||
f"SELECT h, count() FROM clusterAllReplicas({cluster}, system.query_log) WHERE initial_query_id = '{query_id}' AND type ='QueryFinish' GROUP BY hostname() as h ORDER BY h SETTINGS skip_unavailable_shards=1"
|
# node1.query(
|
||||||
)
|
# f"SELECT h, count() FROM clusterAllReplicas({cluster}, system.query_log) WHERE initial_query_id = '{query_id}' AND type ='QueryFinish' GROUP BY hostname() as h ORDER BY h SETTINGS skip_unavailable_shards=1"
|
||||||
== "n1\t3\nn3\t2\n"
|
# )
|
||||||
)
|
# == "n1\t3\nn3\t2\n"
|
||||||
|
# )
|
||||||
|
Loading…
Reference in New Issue
Block a user