mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Fix style, pt. II
This commit is contained in:
parent
d739a7230a
commit
e72b44a0bf
@ -36,9 +36,10 @@ def test_query_cache_size_is_runtime_configurable(start_cluster):
|
||||
"SELECT value FROM system.asynchronous_metrics WHERE metric = 'NumberOfTables'"
|
||||
)
|
||||
|
||||
# create table and test that the table creation is reflected in the asynchronous metrics
|
||||
node.query(
|
||||
"CREATE TABLE tab (col UInt64) ENGINE MergeTree ORDER BY tuple()"
|
||||
) # do anything dumb
|
||||
)
|
||||
|
||||
node.query("SYSTEM RELOAD ASYNCHRONOUS METRICS")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user