cli: fix mixing CID and container ID #877

Merged
fyrchik merged 1 commit from elebedeva/frostfs-node:cli-output into master 2023-12-19 16:36:28 +00:00
Member

Close #717

Replace container ID outputs that may be used in scripts with CID.

Signed-off-by: Ekaterina Lebedeva ekaterina.lebedeva@yadro.com

Close #717 Replace `container ID` outputs that may be used in scripts with `CID`. Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
elebedeva changed title from Fix mixing CID and container ID to cli: fix mixing CID and container ID 2023-12-18 13:05:27 +00:00
Owner

It can be parsed in tests, have you looked through the https://git.frostfs.info/TrueCloudLab/frostfs-testcases/ ?
cc @TrueCloudLab/qa-committers

It can be parsed in tests, have you looked through the https://git.frostfs.info/TrueCloudLab/frostfs-testcases/ ? cc @TrueCloudLab/qa-committers
Author
Member

It can be parsed in tests, have you looked through the https://git.frostfs.info/TrueCloudLab/frostfs-testcases/ ?
cc @TrueCloudLab/qa-committers

Yes, container ID is parsed, for example, here but the string from command line is splitted with a separator, so these changes should not cause problems.

> It can be parsed in tests, have you looked through the https://git.frostfs.info/TrueCloudLab/frostfs-testcases/ ? > cc @TrueCloudLab/qa-committers Yes, `container ID` is parsed, for example, [here](https://git.frostfs.info/TrueCloudLab/frostfs-testlib/src/commit/663c14470981bdd1445f182dd0d6dc00c2d83662/src/frostfs_testlib/steps/cli/container.py#L321) but the string from command line is splitted with a separator, so these changes should not cause problems.
elebedeva requested review from storage-core-committers 2023-12-18 14:04:24 +00:00
elebedeva requested review from storage-core-developers 2023-12-18 14:04:24 +00:00
dstepanov-yadro approved these changes 2023-12-18 14:16:34 +00:00
achuprov approved these changes 2023-12-18 14:17:46 +00:00
acid-ant approved these changes 2023-12-19 06:58:51 +00:00
elebedeva force-pushed cli-output from 3264dc96d3 to be8f499b91 2023-12-19 09:37:11 +00:00 Compare
fyrchik merged commit be8f499b91 into master 2023-12-19 16:36:28 +00:00
elebedeva deleted branch cli-output 2023-12-20 13:08:02 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
5 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#877
No description provided.