Test stability

This commit is contained in:
Raúl Marín 2024-06-03 20:02:51 +02:00
parent 03c6dca0c0
commit a6b83a4534

View File

@ -51,6 +51,7 @@ function print_flush_query_logs()
WHERE
event_date >= yesterday()
AND initial_query_id = (SELECT flush_query_id FROM system.asynchronous_insert_log WHERE event_date >= yesterday() AND query_id = '$1')
ORDER BY view_name
FORMAT Vertical"
echo ""
@ -65,6 +66,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"
}