Update test.py

This commit is contained in:
alexey-milovidov 2021-04-10 17:32:52 +03:00 committed by GitHub
parent 777fcc871f
commit 3016376818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ from helpers.cluster import ClickHouseCluster
from helpers.network import PartitionManager
import random
import string
import os
cluster = ClickHouseCluster(__file__)
node1 = cluster.add_instance('node1', with_zookeeper=True)