We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72b44a commit 8fc918bCopy full SHA for 8fc918b
tests/integration/test_system_reload_async_metrics/test.py
@@ -37,9 +37,7 @@ def test_query_cache_size_is_runtime_configurable(start_cluster):
37
)
38
39
# create table and test that the table creation is reflected in the asynchronous metrics
40
- node.query(
41
- "CREATE TABLE tab (col UInt64) ENGINE MergeTree ORDER BY tuple()"
42
- )
+ node.query("CREATE TABLE tab (col UInt64) ENGINE MergeTree ORDER BY tuple()")
43
44
node.query("SYSTEM RELOAD ASYNCHRONOUS METRICS")
45
0 commit comments