riptano / ccm

A script to easily create and destroy an Apache Cassandra cluster on localhost
Apache License 2.0
1.22k stars 303 forks source link

More fixes for CASSANDRA-14421 to make changing versions easier #688

Closed aweisberg closed 5 years ago

aweisberg commented 5 years ago

When setting a new version use LooseVersion for the version field in Cluster to be consistent. Some test code fails because it expects a LooseVersion all the time.

When going from > 4.0 version to a < 4.0 version remove the 4.0 options automatically.

ptnapoleon commented 5 years ago

Could you fix the linting issues reported by Travis? Otherwise, lgtm

aweisberg commented 5 years ago

I am not sure what those issues were, but it seems to be accepting the changes now. I didn't squash the build output change just because I think it would be a better history to keep them separate.