mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Automatic style fix
This commit is contained in:
parent
feb60b566c
commit
74897790aa
@ -137,7 +137,8 @@ def test_select_clamps_settings():
|
|||||||
|
|
||||||
assert (
|
assert (
|
||||||
distributed.query(
|
distributed.query(
|
||||||
query, settings={"max_memory_usage": 1, "min_untracked_memory": 4 * 1024 * 1024}
|
query,
|
||||||
|
settings={"max_memory_usage": 1, "min_untracked_memory": 4 * 1024 * 1024},
|
||||||
)
|
)
|
||||||
== "node1\tmax_memory_usage\t11111111\n"
|
== "node1\tmax_memory_usage\t11111111\n"
|
||||||
"node1\treadonly\t0\n"
|
"node1\treadonly\t0\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user