Fix style, pt. II

This commit is contained in:
Robert Schulze 2024-01-23 05:58:24 +00:00
parent d739a7230a
commit e72b44a0bf
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -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")