This commit is contained in:
Yatsishin Ilya 2021-05-27 18:20:50 +03:00
parent 7d2f701e0a
commit 305134f037

View File

@ -27,7 +27,7 @@ def started_cluster():
def assert_objects_count(started_cluster, objects_count, path='data/'):
fs = HdfsClient(hosts=cluster.hdfs_ip)
fs = HdfsClient(hosts=started_cluster.hdfs_ip)
hdfs_objects = fs.listdir('/clickhouse')
assert objects_count == len(hdfs_objects)