-
Notifications
You must be signed in to change notification settings - Fork 7
Fix server version matching logic on integration suite #22
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
Fix server version matching logic on integration suite #22
Conversation
dkropachev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix CassandraVersionString to return particular version when SCYLLA_VERSION is present.
Remove scyllaVersion from CcmCluster, use version for that, add BackendType to class attirbutes
src/Cassandra.IntegrationTests/TestClusterManagement/TestClusterManager.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove scyllaVersion from CcmBridge and CcmCluster use version instread and BackendType
fix ScyllaVersionString to throw an error if SCYLLA_VERSION is not there, remove same check from ScyllaVersion
fix ScyllaVersion to get version from ccm
51a2f80 to
8ed3196
Compare
src/Cassandra.IntegrationTests/TestClusterManagement/CcmBridge.cs
Outdated
Show resolved
Hide resolved
src/Cassandra.IntegrationTests/TestClusterManagement/TestClusterManager.cs
Outdated
Show resolved
Hide resolved
src/Cassandra.IntegrationTests/TestClusterManagement/TestClusterManager.cs
Outdated
Show resolved
Hide resolved
655d613 to
9501d45
Compare
9501d45 to
bd3bc65
Compare
7cea300 to
927390c
Compare
927390c to
fc56844
Compare
Fixes: #20