From db34ca57c2ca1db07a798f9b80aaef3fbeae3047 Mon Sep 17 00:00:00 2001 From: taiyang-li <654010905@qq.com> Date: Thu, 24 Mar 2022 14:58:45 +0800 Subject: [PATCH] reformat test.py --- tests/integration/test_multiple_disks/test.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/integration/test_multiple_disks/test.py b/tests/integration/test_multiple_disks/test.py index a81dbee1941..367948e8751 100644 --- a/tests/integration/test_multiple_disks/test.py +++ b/tests/integration/test_multiple_disks/test.py @@ -1129,7 +1129,12 @@ def produce_alter_move(node, name): "name,engine,use_metadata_cache", [ pytest.param("concurrently_altering_mt", "MergeTree()", "false", id="mt"), - pytest.param("concurrently_altering_mt", "MergeTree()", "true", id="mt_use_metadata_cache"), + pytest.param( + "concurrently_altering_mt", + "MergeTree()", + "true", + id="mt_use_metadata_cache", + ), pytest.param( "concurrently_altering_replicated_mt", "ReplicatedMergeTree('/clickhouse/concurrently_altering_replicated_mt', '1')",