un-flaky test

This commit is contained in:
yariks5s 2024-05-31 13:42:16 +00:00
parent 43cb255394
commit c857099c3d

View File

@ -65,6 +65,7 @@ function print_flush_query_logs()
WHERE
event_date >= yesterday()
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"
}