Refactoring old functions for FrostfsCli #145
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-testlib#145
Loading…
Reference in a new issue
No description provided.
Delete branch "(deleted):bug/cli_methods_moving"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refactoring old functions for FrostfsCli
Can't understand the sense of the refactoring. Please elaborate
03880da588
to47487cbecb
47487cbecb
tocefe4629d8
cefe4629d8
to37d4622642
37d4622642
to6b7a4746e9
6b7a4746e9
to8148c1275d
8148c1275d
to174086e90c
174086e90c
tof1bd824f89
f1bd824f89
toa22d71c862
a22d71c862
to593bbe9988
f480dfe7e9
tobedc9cfd7b
67b9d9d4df
tof50df1dd39
f50df1dd39
to9bd19fbb55
55206d29b1
tod5bd39d7f3
Related changes:
TrueCloudLab/frostfs-testcases#193/
Looks like total mess, I can't understand the point of any of that
@ -11,3 +11,3 @@
wallet: str,
wallet_password: str,
id: Optional[list[str]],
id_: Optional[list[str]],
and this?
@ -14,2 +13,3 @@
id_: Optional[list[str]],
address: Optional[str] = None,
all: bool = False,
all_: bool = False,
why this was changed ?
@ -32,1 +32,4 @@
"""
args_dict = locals()
if id_ != None:
args_dict["id_"] = args_dict.pop('id')
????
@ -111,4 +109,2 @@
)
return shards_cli.set_mode(
self.storage_node.get_control_endpoint(),
self.storage_node.get_remote_wallet_path(),
why?
@ -98,4 +98,2 @@
response = shards_cli.list(
endpoint=self.storage_node.get_control_endpoint(),
wallet=self.storage_node.get_remote_wallet_path(),
wallet_password=self.storage_node.get_wallet_password(),
also why?
0a86379a99
to0847bb4391
0847bb4391
tof30905e594
Pull request closed