forked from apache/cassandra-java-driver
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow additional
scylla.version
formats (#396)
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.
- Loading branch information
Showing
2 changed files
with
53 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters