You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After scylladb/scylla-machine-image#359 was merged, naming of RC
versions of Scylla was changed from X.Y.rcZ to X.Y.0-rcZ. However,
getCcmVersionString still produced the version numbers in X.Y.rcZ
format.
Fix this issue by checking whether a modern Scylla version is tested
and if not, perform a string replacement in version number.
In the previous version of the code it seems like there was a mistake,
as it would incorrectly produce version numbers such as X.Y-rcZ instead
of X.Y.rcZ.
0 commit comments