mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Blind fix for trash test
This commit is contained in:
parent
00686ae03b
commit
0a82385413
@ -89,7 +89,7 @@ def drop_table(cluster):
|
||||
|
||||
|
||||
# S3 request will be failed for an appropriate part file write.
|
||||
FILES_PER_PART_BASE = 5 # partition.dat, default_compression_codec.txt, count.txt, columns.txt, checksums.txt
|
||||
FILES_PER_PART_BASE = 6 # partition.dat, metadata_version.txt, default_compression_codec.txt, count.txt, columns.txt, checksums.txt
|
||||
FILES_PER_PART_WIDE = (
|
||||
FILES_PER_PART_BASE + 1 + 1 + 3 * 2
|
||||
) # Primary index, MinMax, Mark and data file for column(s)
|
||||
|
Loading…
Reference in New Issue
Block a user