mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
remove unused codes
This commit is contained in:
parent
af5ecbef27
commit
9cfeb9fd32
@ -10,9 +10,6 @@ from helpers.test_tools import assert_eq_with_retry
|
||||
cluster = ClickHouseCluster(__file__, zookeeper_config_path='configs/zookeeper.xml')
|
||||
node = cluster.add_instance('node', with_zookeeper=True)
|
||||
|
||||
SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))
|
||||
ZK_CONFIG_PATH = os.path.join(SCRIPT_DIR, 'configs/zookeeper.xml')
|
||||
|
||||
|
||||
@pytest.fixture(scope="module")
|
||||
def start_cluster():
|
||||
@ -28,7 +25,6 @@ def start_cluster():
|
||||
|
||||
yield cluster
|
||||
finally:
|
||||
config.close()
|
||||
cluster.shutdown()
|
||||
|
||||
def test_reload_zookeeper(start_cluster):
|
||||
|
Loading…
Reference in New Issue
Block a user