Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python_keywords: Change parsing container ID from a given CLI output #577

Merged
merged 1 commit into from
Jun 21, 2023

Conversation

vvarg229
Copy link
Collaborator

The stdout in the neofs-cli was changed, so parsing container ID has been fixed in the tests.

Old format:
container ID: 2tz86kVTDpJxWHrhw3h6PbKMwkLtBEwoqhHQCKTre1FN awaiting...
container has been persisted on sidechain

New format:
container creation request accepted for processing (the operation may not be completed yet) container ID: 2tz86kVTDpJxWHrhw3h6PbKMwkLtBEwoqhHQCKTre1FN awaiting...
container has been persisted on sidechain

Tests result:
https://github.com/nspcc-dev/neofs-node/actions/runs/5323708445/jobs/9641949407?pr=2397

The stdout in the neofs-cli was changed, so parsing container ID has been fixed
in the tests.

Old format:
container ID: 2tz86kVTDpJxWHrhw3h6PbKMwkLtBEwoqhHQCKTre1FN
awaiting...
container has been persisted on sidechain

New format:
any lines or empty
container ID: 2tz86kVTDpJxWHrhw3h6PbKMwkLtBEwoqhHQCKTre1FN
any lines or empty

Signed-off-by: Oleg Kulachenko <[email protected]>
@roman-khimov roman-khimov merged commit d82ad37 into nspcc-dev:master Jun 21, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants