mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Add stateless test for build_id column addition in trace_log.
This commit is contained in:
parent
06f0780a3f
commit
77a8a0ce98
@ -0,0 +1,2 @@
|
||||
0
|
||||
1
|
@ -0,0 +1,6 @@
|
||||
SELECT sleep(1);
|
||||
|
||||
SYSTEM FLUSH LOGS;
|
||||
|
||||
SELECT COUNT(*) > 1 FROM system.trace_log WHERE build_id IS NOT NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user