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.x: Allow additional scylla.version formats #396

Conversation

Bouncheck
Copy link
Collaborator

@Bouncheck Bouncheck commented Dec 3, 2024

Modifies version parsing logic to try passing the scylla.version to the
CCM when it can't be parsed as VersionNumber. If CCM manages to run create
with it, then the usual version number is fetched from
ccm node versionfrombuild output.

To do that we introduce a static version of execute. The method body is
nearly the same. Functionally should be the same. Previous version now calls
the static one.

@Bouncheck Bouncheck requested a review from dkropachev December 3, 2024 22:57
@Bouncheck Bouncheck self-assigned this Dec 3, 2024
Modifies version parsing logic to try passing the `scylla.version` to the
CCM when it can't be parsed as VersionNumber. If CCM manages to run `create`
with it, then the usual version number is fetched from
`ccm node versionfrombuild` output.

To do that we introduce a static version of `execute`. The method body is
nearly the same. Functionally should be the same. Previous version now calls
the static one.
@Bouncheck Bouncheck force-pushed the scylla-3.x-ccmBridge-nonstandard-scylla-versions branch from 9e6813f to e095a13 Compare December 11, 2024 17:23
@dkropachev dkropachev merged commit 05c4824 into scylladb:scylla-3.x Dec 12, 2024
11 checks 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