ClickHouse/tests
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
..
ci Merge pull request #32905 from ClickHouse/add_dockerhub_proxy 2021-12-17 14:31:50 +01:00
config
fuzz
instructions
integration Fix weird permission on log directories 2021-12-21 11:50:54 +01:00
jepsen.clickhouse-keeper
perf_drafts
performance Merge pull request #22535 from CurtizJ/sparse-serialization 2021-12-17 15:26:17 +03:00
queries Merge pull request #32946 from antonio2368/feature/hints-for-settings 2021-12-21 00:52:42 +03:00
testflows
.gitignore
clickhouse-test Merge pull request #32533 from azat/clickhouse-test-log-comment 2021-12-11 02:53:57 +03:00
CMakeLists.txt
msan_suppressions.txt
stress
tsan_suppressions.txt
ubsan_suppressions.txt