ClickHouse/tests/integration/helpers
Haavard Kvaalen 9a2b0680a1 Fix weird permission on log directories
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'.
2021-12-21 11:50:54 +01:00
..
dictonaries
__init__.py
0_common_enable_dictionaries.xml tests: switch <yandex> to <clickhouse> 2021-10-26 09:02:13 +03:00
0_common_instance_config.xml Merge remote-tracking branch 'origin' into integration--7 2021-11-01 11:17:33 +03:00
0_common_instance_users.xml tests: switch <yandex> to <clickhouse> 2021-10-26 09:02:13 +03:00
client.py tests/integration/helpers: add query_id for query() 2021-10-01 01:13:08 +03:00
cluster.py Fix weird permission on log directories 2021-12-21 11:50:54 +01:00
corrupt_part_data_on_disk.py
dictionary.py Replace yandex to clickhouse in configs 2021-09-25 07:08:34 +03:00
external_sources.py
fake_cert.pem
hdfs_api.py
http_server.py
keeper_config1.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
keeper_config2.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
keeper_config3.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
mongo_cert.pem
mongo_secure.conf
network.py add test 2021-11-09 23:11:02 +03:00
pytest_xdist_logging_to_separate_files.py
test_tools.py Revert "graphite: split tagged/plain rollup rules (for merges perfomance)" 2021-12-08 15:49:21 +01:00
uclient.py
uexpect.py
utility.py Abstracting utility functions from main integration tests for remote disks 2021-12-10 22:04:38 +01:00
zookeeper_config.xml tests: switch <yandex> to <clickhouse> 2021-10-26 09:02:13 +03:00
zookeeper_secure_config.xml Fix compatibility 2021-09-26 03:19:50 +03:00