mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 03:22:14 +00:00
Fixed tests
This commit is contained in:
parent
0f46200d5a
commit
7d48d0da72
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user