mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 03:42:48 +00:00
un-flaky test
This commit is contained in:
parent
43cb255394
commit
c857099c3d
@ -65,6 +65,7 @@ function print_flush_query_logs()
|
|||||||
WHERE
|
WHERE
|
||||||
event_date >= yesterday()
|
event_date >= yesterday()
|
||||||
AND query_id = (SELECT flush_query_id FROM system.asynchronous_insert_log WHERE event_date >= yesterday() AND query_id = '$1')
|
AND query_id = (SELECT flush_query_id FROM system.asynchronous_insert_log WHERE event_date >= yesterday() AND query_id = '$1')
|
||||||
|
ORDER BY table
|
||||||
FORMAT Vertical"
|
FORMAT Vertical"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user