mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Try and enable test_replicated_alters
This commit is contained in:
parent
d8858936de
commit
ac6472b03f
@ -50,7 +50,6 @@ def insert_reliable(instance, query_insert):
|
||||
raise last_exception
|
||||
|
||||
|
||||
TEST_REPLICATED_ALTERS=False # TODO: Check code and turn on
|
||||
cluster = ClickHouseCluster(__file__)
|
||||
|
||||
|
||||
@ -200,9 +199,6 @@ def test_replicated_alters(started_cluster):
|
||||
ddl_check_query(instance, "DROP TABLE IF EXISTS all_merge_32 ON CLUSTER cluster")
|
||||
ddl_check_query(instance, "DROP TABLE IF EXISTS all_merge_64 ON CLUSTER cluster")
|
||||
|
||||
if not TEST_REPLICATED_ALTERS:
|
||||
return
|
||||
|
||||
# Temporarily disable random ZK packet drops, they might broke creation if ReplicatedMergeTree replicas
|
||||
firewall_drops_rules = cluster.pm_random_drops.pop_rules()
|
||||
|
||||
|
@ -50,7 +50,6 @@ def insert_reliable(instance, query_insert):
|
||||
raise last_exception
|
||||
|
||||
|
||||
TEST_REPLICATED_ALTERS=False # TODO: Check code and turn on
|
||||
cluster = ClickHouseCluster(__file__)
|
||||
|
||||
|
||||
@ -200,9 +199,6 @@ def test_replicated_alters(started_cluster):
|
||||
ddl_check_query(instance, "DROP TABLE IF EXISTS all_merge_32 ON CLUSTER cluster")
|
||||
ddl_check_query(instance, "DROP TABLE IF EXISTS all_merge_64 ON CLUSTER cluster")
|
||||
|
||||
if not TEST_REPLICATED_ALTERS:
|
||||
return
|
||||
|
||||
# Temporarily disable random ZK packet drops, they might broke creation if ReplicatedMergeTree replicas
|
||||
firewall_drops_rules = cluster.pm_random_drops.pop_rules()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user