Skip to content
Snippets Groups Projects

chore: rename `bucket_count` to `shard_count` in public interface

Merged Anatoly Popov requested to merge apopov/1391-rename-bucket-count-shard-count into master
@@ -67,7 +67,7 @@ def test_webui_basic(instance: Instance):
],
"replicasetCount": 1,
"rf": 1,
"bucketCount": 3000,
"shardCount": 3000,
"instanceCount": 1,
"can_vote": True,
"name": "default",
@@ -203,7 +203,7 @@ def test_webui_with_plugin(cluster: Cluster):
tier_template = {
"replicasetCount": 1,
"rf": 1,
"bucketCount": 3000,
"shardCount": 3000,
"instanceCount": 1,
"can_vote": True,
}
Loading