Add stateless test for build_id column addition in trace_log.

This commit is contained in:
woodlzm 2024-05-10 23:29:07 -07:00
parent 06f0780a3f
commit 77a8a0ce98
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,2 @@
0
1

View File

@ -0,0 +1,6 @@
SELECT sleep(1);
SYSTEM FLUSH LOGS;
SELECT COUNT(*) > 1 FROM system.trace_log WHERE build_id IS NOT NULL;