-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDDS-1645 Change the version of Pico CLI to the latest 3.x release - 3.9.6 #909
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
Conversation
…lease on the 3.x branch
|
/label ozone |
|
💔 -1 overall
This message was automatically generated. |
elek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
The failure of TestOzoneShell seems to be related: I think the default error message is changed and the assertion should be updated. Can you please fix this? |
…ew error message return from Pico CLI
|
You are correct, the error message returned by Pico CLI seems to have been enhanced causing TestOzoneShell.testListVolume() to fail. I have fixed the test and re-tested locally so I will push the changes in a few minutes. |
|
💔 -1 overall
This message was automatically generated. |
elek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 LGTM. Thanks to update. Will merge it soon...
|
Merged. Thanks @sodonnel the contribution. |
Support for empty records
The version of Pico CLI used in the project is 3.5.2. The current stable release is 3.9.6 and it supports some good new features, such as being able to create sub-commands as methods rather than standalone classes.
We should increase the Pico CLI version in the project pom.xml to 3.9.6 to take advantage of these new features as the CLI code is refactored to use Pico CLI, such as in HDDS-1622.