mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
9a2b0680a1
Several log directories for integration tests were created with full permissions for "others" but no permission for the owner of the directory. This caused issues when trying to run integration tests again without manually wiping files from previous runs. The test would fail with "PermissionError: [Errno 13] Permission denied: 'logs'". The intention may have been to do the equivalent of 'chmod o+rwx logs', but it instead did the equivalent of 'chmod 007 logs'. |
||
---|---|---|
.. | ||
dictonaries | ||
__init__.py | ||
0_common_enable_dictionaries.xml | ||
0_common_instance_config.xml | ||
0_common_instance_users.xml | ||
client.py | ||
cluster.py | ||
corrupt_part_data_on_disk.py | ||
dictionary.py | ||
external_sources.py | ||
fake_cert.pem | ||
hdfs_api.py | ||
http_server.py | ||
keeper_config1.xml | ||
keeper_config2.xml | ||
keeper_config3.xml | ||
mongo_cert.pem | ||
mongo_secure.conf | ||
network.py | ||
pytest_xdist_logging_to_separate_files.py | ||
test_tools.py | ||
uclient.py | ||
uexpect.py | ||
utility.py | ||
zookeeper_config.xml | ||
zookeeper_secure_config.xml |