Fixed tests

This commit is contained in:
Maksim Kita 2024-01-27 15:57:33 +03:00
parent 0f46200d5a
commit 7d48d0da72

View File

@ -83,7 +83,7 @@ INSERT INTO landing SELECT 1 as timestamp, 1 AS value FROM numbers(10);
SYSTEM FLUSH LOGS;
SELECT table, name, error FROM system.part_log
WHERE database = currentDatabase()
ORDER BY event_time, table, name;
ORDER BY table, name;
SELECT count() FROM landing;