ClickHouse/tests
baolin.hbl 7d56c8bd43 Avoid detached covered-by-broken part duplicates
Problem:
When a broken part is found during the startup, it will clone the parts which are
covered by the broken part, to the detached directory (with the 'covered-by-broken' prefix).
A part may be covered by multiple merged parts, which will result in multiple clones, which
leads to path conflicts and further attempts to clone to the try-n directory. If n exceeds 9,
the clone is abandoned and the table is marked as read-only.

pull#41981 tried fixed the problem, but the fix is incomplete. The metadata_version.txt file
is deleted during covered-by-broken clone. As a result,
looksLikeBrokenDetachedPartHasTheSameContent finds differences during part comparison.

Fix:
covered-by-broken retain metadata_version.txt file when cloning
2024-08-29 07:55:23 +00:00
..
ci CI: tidy build timeout 2h -> 3h 2024-08-19 17:23:50 +02:00
config Merge pull request #65736 from danipozo/load-fs-metadata-asynchronously 2024-08-19 12:54:26 +02:00
fuzz
instructions
integration Avoid detached covered-by-broken part duplicates 2024-08-29 07:55:23 +00:00
jepsen.clickhouse
perf_drafts
performance
queries Merge pull request #68556 from hanfei1991/hanfei/mannwhitneyu-fix 2024-08-19 20:32:49 +00:00
sqllogic
.gitignore
.rgignore
analyzer_tech_debt.txt
clickhouse-test Stateless tests: increase hung check timeout 2024-08-19 17:03:53 +02:00
output.txt
README.md
result
tsan_ignorelist.txt
ubsan_ignorelist.txt Fix possible data-race StorageKafka with statistics_interval_ms>0 2024-08-08 07:43:29 +02:00

Find CI documents and instructions on running CI checks locally here.