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

[3.2] Backport: fix wrong cleos version returned in getClientVersion of tests/Cluster.py #667

Merged
merged 1 commit into from
Jul 13, 2022

Conversation

oschwaldp-oci
Copy link
Contributor

Fix getClientVersion.

getClientVersion now returns a version format as expected from cleos version client (ex. 3.2.0-dev)

If fullVersion is enabled (fullVersion=True), cleos version full will be returned which includes commit version (ex. 3.2.0-dev-f04f8baed26b2c56ae67d51f2ba6d41e494c0f47-dirty)

Resolves: #465

getClientVersion now returns a version format as expected from cleos version client.

If fullVersion is enabled, cleos full version will be returned which includes commit version.
@oschwaldp-oci oschwaldp-oci requested a review from heifner July 13, 2022 15:03
@oschwaldp-oci oschwaldp-oci added the OCI OCI working this issue... label Jul 13, 2022
@oschwaldp-oci oschwaldp-oci merged commit 7588963 into main Jul 13, 2022
@oschwaldp-oci oschwaldp-oci deleted the backport-fix-cleos-version branch July 13, 2022 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI OCI working this issue...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Backport: fix wrong cleos version returned in getClientVersion of tests/Cluster.py
2 participants