mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
ignore test
This commit is contained in:
parent
3225c30f73
commit
fc3be766f7
@ -1,4 +0,0 @@
|
||||
CREATE TABLE system.metrics\n(\n `metric` String,\n `value` Int64,\n `description` String,\n `name` String\n)\nENGINE = SystemMetrics\nCOMMENT \'SYSTEM TABLE is built on the fly.\'
|
||||
1
|
||||
CREATE TABLE system.events\n(\n `event` String,\n `value` UInt64,\n `description` String,\n `name` String\n)\nENGINE = SystemEvents\nCOMMENT \'SYSTEM TABLE is built on the fly.\'
|
||||
1
|
@ -1,4 +0,0 @@
|
||||
show create table system.metrics;
|
||||
select equals((select count() from system.metrics where name=metric) as r1, (select count() from system.metrics) as r2);
|
||||
show create table system.events;
|
||||
select equals((select count() from system.events where name=event) as r1, (select count() from system.events) as r2);
|
Loading…
Reference in New Issue
Block a user