Skip to content

Make MAPPED_SCYLLA_VERSION a soft requirement #372

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

dkropachev
Copy link
Collaborator

It is going to ease development and test process.
From now on if you want to run it on release you can just run it as such:

SCYLLA_VERSION="6.0.2" pytest ....

@dkropachev dkropachev requested review from Lorak-mmk and fruch August 16, 2024 13:33
@dkropachev dkropachev self-assigned this Aug 16, 2024
@dkropachev dkropachev added the enhancement New feature or request label Aug 16, 2024
@dkropachev dkropachev force-pushed the dk/make-mapped-scylla-version-a-soft-requirement branch 2 times, most recently from c79c41e to 9c90863 Compare August 16, 2024 15:08
@Lorak-mmk
Copy link

Looking at the changes I think you may have slightly wrong idea about what this variable is.
As far as I know it is the Cassandra version that given Scylla version "maps to".
We can probably hardcode it to "3.11.4" for now in the code to achieve the goal of this PR.

@dkropachev dkropachev force-pushed the dk/make-mapped-scylla-version-a-soft-requirement branch 2 times, most recently from 1178f1d to 822fa7c Compare August 20, 2024 10:03
Comment on lines 204 to 206
CASSANDRA_VERSION = Version(mcv_string) if mcv_string else cassandra_version
CCM_VERSION = mcv_string if mcv_string else cv_string

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those seem to be duplicated from the lines above

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

It is going to ease development and test process.
From now on if you want to run it on release you can just run it as
such:
SCYLLA_VERSION="6.0.2" pytest ....
@dkropachev dkropachev force-pushed the dk/make-mapped-scylla-version-a-soft-requirement branch from 822fa7c to 6e2a736 Compare August 20, 2024 10:06
@dkropachev dkropachev merged commit d768d74 into scylladb:master Aug 20, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants