Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
ci: fix skipped tests #155
ci: fix skipped tests #155
Changes from all commits
0759fe1
6e0910c
8e9f164
a1df254
82804ad
1ccd2bc
c34a4d8
7e7f24e
aa7312f
8a15682
d5cff5c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
How this new code actually retrieves the Scylla version? Or, if it's already retrieved, what variable stores it?
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.
The
version
variable.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.
Can you drop this line then ?
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.
No.
iterator_
is a field. This code is called when constructor is called, and so this line initializes a field of a new object.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.
Aren't we going to run into this
if (!Options::is_cassandra()) { if (server_version_ >= "6.0.0") {
branch when we update Scylla to 6.0?If so, can you fix this in this PR?
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.
No,
Options::is_cassandra()
actually returnstrue
for Scylla as well. It's because Scylla identifies asApache Cassandra
server (such info is retrieved fromccm
).There are 3 possible
CCM:ServerType
enum values:I'm not sure about the difference between the types, but in Scylla's case, the server type is
CASSANDRA
.Options::is_scylla_
is a flag responsible for distinguishing between scylla and cassandra.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.
wth is ddac?! Never heard about it before.
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.
https://www.datastax.com/press-release/datastax-announces-datastax-distribution-apache-cassandratm