mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +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"
|
||||
)
|
||||
|
||||
assert (
|
||||
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"
|
||||
)
|
||||
# temporary disable it until it's not reason for flakiness is not clear
|
||||
# assert (
|
||||
# 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"
|
||||
# )
|
||||
|
Loading…
Reference in New Issue
Block a user