Skip to content

Commit

Permalink
Remove unused param (#2050)
Browse files Browse the repository at this point in the history
  • Loading branch information
drbasic committed Sep 19, 2024
1 parent 810f4a5 commit 27986a0
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion cloud/blockstore/tests/client/test_with_multiple_agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def setup(self):
self.__configurator = KikimrConfigGenerator(
erasure=None,
binary_path=self.kikimr_binary_path,
has_cluster_uuid=False,
use_in_memory_pdisks=True,
dynamic_storage_pools=[
dict(name="dynamic_storage_pool:1",
Expand Down
1 change: 0 additions & 1 deletion cloud/blockstore/tests/infra-cms/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ def __run_test(test_case, cleanup_dr_state):
configurator = KikimrConfigGenerator(
erasure=None,
binary_path=kikimr_binary_path,
has_cluster_uuid=False,
use_in_memory_pdisks=True,
dynamic_storage_pools=[
dict(name="dynamic_storage_pool:1", kind="hdd", pdisk_user_kind=0),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def kikimr_start():
configurator = KikimrConfigGenerator(
erasure=None,
binary_path=kikimr_binary_path,
has_cluster_uuid=False,
use_in_memory_pdisks=True,
static_pdisk_size=PDISK_SIZE,
dynamic_pdisk_size=PDISK_SIZE,
Expand Down
1 change: 0 additions & 1 deletion cloud/blockstore/tests/loadtest/local-metrics/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def kikimr_start():
configurator = KikimrConfigGenerator(
erasure=None,
binary_path=kikimr_binary_path,
has_cluster_uuid=False,
use_in_memory_pdisks=True,
dynamic_pdisks=[],
dynamic_storage_pools=STORAGE_POOL)
Expand Down
1 change: 0 additions & 1 deletion cloud/blockstore/tests/loadtest/local-mirror/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def __run_test(test_case):
configurator = KikimrConfigGenerator(
erasure=None,
binary_path=kikimr_binary_path,
has_cluster_uuid=False,
use_in_memory_pdisks=True,
dynamic_storage_pools=[
dict(name="dynamic_storage_pool:1", kind="hdd", pdisk_user_kind=0),
Expand Down
1 change: 0 additions & 1 deletion cloud/blockstore/tests/loadtest/local-nonrepl/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def __run_test(test_case):
configurator = KikimrConfigGenerator(
erasure=None,
binary_path=kikimr_binary_path,
has_cluster_uuid=False,
use_in_memory_pdisks=True,
dynamic_storage_pools=[
dict(name="dynamic_storage_pool:1", kind="hdd", pdisk_user_kind=0),
Expand Down
1 change: 0 additions & 1 deletion cloud/blockstore/tests/loadtest/local-user-metrics/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def kikimr_start():
configurator = KikimrConfigGenerator(
erasure=None,
binary_path=kikimr_binary_path,
has_cluster_uuid=False,
use_in_memory_pdisks=True,
dynamic_pdisks=[],
dynamic_storage_pools=STORAGE_POOL)
Expand Down
1 change: 0 additions & 1 deletion cloud/blockstore/tests/monitoring/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,6 @@ def __run_test(test_case):
configurator = KikimrConfigGenerator(
erasure=None,
binary_path=kikimr_binary_path,
has_cluster_uuid=False,
use_in_memory_pdisks=True,
dynamic_storage_pools=[
dict(name="dynamic_storage_pool:1", kind="hdd", pdisk_user_kind=0),
Expand Down
1 change: 0 additions & 1 deletion cloud/blockstore/tests/mount/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ def setup_kikimr(paths):
configurator = KikimrConfigGenerator(
erasure=None,
binary_path=paths.kikimr_binary_path,
has_cluster_uuid=False,
use_in_memory_pdisks=True,
dynamic_storage_pools=[
dict(name="dynamic_storage_pool:1", kind="hdd", pdisk_user_kind=0),
Expand Down
1 change: 0 additions & 1 deletion cloud/blockstore/tests/notify/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ def __run_test(test_case):
configurator = KikimrConfigGenerator(
erasure=None,
binary_path=kikimr_binary_path,
has_cluster_uuid=False,
use_in_memory_pdisks=True,
dynamic_storage_pools=[
dict(name="dynamic_storage_pool:1", kind="hdd", pdisk_user_kind=0),
Expand Down
1 change: 0 additions & 1 deletion cloud/blockstore/tests/python/lib/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ def start_ydb(grpc_ssl_enable=False):
configurator = KikimrConfigGenerator(
erasure=None,
binary_path=yatest_common.binary_path("contrib/ydb/apps/ydbd/ydbd"),
has_cluster_uuid=False,
use_in_memory_pdisks=True,
grpc_ssl_enable=grpc_ssl_enable,
dynamic_storage_pools=[
Expand Down
1 change: 0 additions & 1 deletion cloud/blockstore/tests/python/lib/loadtest_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def __init__(
self.configurator = KikimrConfigGenerator(
erasure=None,
binary_path=kikimr_binary_path,
has_cluster_uuid=False,
use_in_memory_pdisks=use_in_memory_pdisks,
dynamic_pdisks=dynamic_pdisks,
dynamic_storage_pools=dynamic_storage_pools,
Expand Down
1 change: 0 additions & 1 deletion cloud/blockstore/tests/recipes/local-kikimr/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def start(argv):
configurator = KikimrConfigGenerator(
erasure=None,
binary_path=kikimr_binary_path,
has_cluster_uuid=False,
use_in_memory_pdisks=True,
dynamic_storage_pools=[
dict(name="dynamic_storage_pool:1", kind="hdd", pdisk_user_kind=0),
Expand Down
1 change: 0 additions & 1 deletion cloud/disk_manager/test/recipe/ydb_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def __init__(self, ydb_binary_path):
configurator = KikimrConfigGenerator(
binary_path=ydb_binary_path,
erasure=None,
has_cluster_uuid=False,
static_pdisk_size=64 * 2**30,
dynamic_storage_pools=dynamic_storage_pools,
enable_public_api_external_blobs=True)
Expand Down
1 change: 0 additions & 1 deletion cloud/filestore/tests/recipes/service-kikimr/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def start(argv):
erasure=None,
use_in_memory_pdisks=args.in_memory_pdisks,
binary_path=kikimr_binary_path,
has_cluster_uuid=False,
static_pdisk_size=PDISK_SIZE,
use_log_files=args.use_log_files,
)
Expand Down
1 change: 0 additions & 1 deletion cloud/filestore/tests/registration/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def setup_kikimr(is_secure_kikimr):
configurator = KikimrConfigGenerator(
erasure=None,
binary_path=kikimr_binary_path,
has_cluster_uuid=False,
use_in_memory_pdisks=True,
grpc_ssl_enable=is_secure_kikimr,
dynamic_storage_pools=[
Expand Down

0 comments on commit 27986a0

Please sign in to comment.