mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Lint
This commit is contained in:
parent
bb03efac38
commit
a094af9a49
@ -5,12 +5,8 @@ from helpers.cluster import ClickHouseCluster
|
||||
from helpers.test_tools import TSV
|
||||
|
||||
cluster = ClickHouseCluster(__file__)
|
||||
node1 = cluster.add_instance(
|
||||
"node1", user_configs=["configs/constraints_first.xml"]
|
||||
)
|
||||
node2 = cluster.add_instance(
|
||||
"node2", user_configs=["configs/constraints_last.xml"]
|
||||
)
|
||||
node1 = cluster.add_instance("node1", user_configs=["configs/constraints_first.xml"])
|
||||
node2 = cluster.add_instance("node2", user_configs=["configs/constraints_last.xml"])
|
||||
|
||||
|
||||
@pytest.fixture(scope="module")
|
||||
@ -42,4 +38,3 @@ log_queries 1"""
|
||||
)
|
||||
|
||||
assert TSV(settings) == TSV(expected)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user