mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Merge pull request #63672 from ClickHouse/fix-test-part_log_bytes_uncompressed
Fix bad test `02950_part_log_bytes_uncompressed`
This commit is contained in:
commit
7cb10c19f9
@ -19,6 +19,7 @@ SYSTEM FLUSH LOGS;
|
||||
|
||||
SELECT event_type, table, part_name, bytes_uncompressed > 0, size_in_bytes < bytes_uncompressed FROM system.part_log
|
||||
WHERE event_date >= yesterday() AND database = currentDatabase() AND table = 'part_log_bytes_uncompressed'
|
||||
AND (event_type != 'RemovePart' OR part_name = 'all_4_4_0') -- ignore removal of other parts
|
||||
ORDER BY part_name, event_type;
|
||||
|
||||
DROP TABLE part_log_bytes_uncompressed;
|
||||
|
Loading…
Reference in New Issue
Block a user