Automatic style fix

This commit is contained in:
robot-clickhouse 2023-09-06 22:45:17 +00:00
parent 724e2ee4f7
commit 6404768aa4

View File

@ -107,19 +107,16 @@ def create_tables(cluster, table_name):
pytest.param("test_single_shard_multiple_replicas", 3, 0), pytest.param("test_single_shard_multiple_replicas", 3, 0),
pytest.param("test_single_shard_multiple_replicas", 4, 0), pytest.param("test_single_shard_multiple_replicas", 4, 0),
pytest.param("test_single_shard_multiple_replicas", 10, 0), pytest.param("test_single_shard_multiple_replicas", 10, 0),
# prefer_localhost_replica=1 # prefer_localhost_replica=1
# pytest.param("test_single_shard_multiple_replicas", 2, 1), # pytest.param("test_single_shard_multiple_replicas", 2, 1),
# pytest.param("test_single_shard_multiple_replicas", 3, 1), # pytest.param("test_single_shard_multiple_replicas", 3, 1),
# pytest.param("test_single_shard_multiple_replicas", 4, 1), # pytest.param("test_single_shard_multiple_replicas", 4, 1),
# pytest.param("test_single_shard_multiple_replicas", 10, 1), # pytest.param("test_single_shard_multiple_replicas", 10, 1),
# prefer_localhost_replica=0 # prefer_localhost_replica=0
pytest.param("test_multiple_shards_multiple_replicas", 2, 0), pytest.param("test_multiple_shards_multiple_replicas", 2, 0),
pytest.param("test_multiple_shards_multiple_replicas", 3, 0), pytest.param("test_multiple_shards_multiple_replicas", 3, 0),
pytest.param("test_multiple_shards_multiple_replicas", 4, 0), pytest.param("test_multiple_shards_multiple_replicas", 4, 0),
pytest.param("test_multiple_shards_multiple_replicas", 10, 0), pytest.param("test_multiple_shards_multiple_replicas", 10, 0),
# prefer_localhost_replica=1 # prefer_localhost_replica=1
# pytest.param("test_multiple_shards_multiple_replicas", 2, 1), # pytest.param("test_multiple_shards_multiple_replicas", 2, 1),
# pytest.param("test_multiple_shards_multiple_replicas", 3, 1), # pytest.param("test_multiple_shards_multiple_replicas", 3, 1),