-
Notifications
You must be signed in to change notification settings - Fork 42
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
github actions: run integration test on cassandra #339
base: master
Are you sure you want to change the base?
Conversation
4a5dea2
to
7aeeef4
Compare
we need to skip the serverless tests, cause they are scylla specific |
7aeeef4
to
ac140e1
Compare
'user_defined_functions_enabled': True, | ||
'scripted_user_defined_functions_enabled': True, | ||
'materialized_views_enabled': True, | ||
'sasi_indexes_enabled': True, |
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.
Why do we need to enable sasi_indexes_enabled ?
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.
I don't have a clue, it's just same as the driver test was doing before for configuring cassandra, but in a new syntax.
here's the failing tests:
|
fe5d19e
to
83dcd61
Compare
6343573
to
c68f40c
Compare
last failures on cassandra runs:
|
to make sure we don't break compitability completly with cassandra introducing tests with one version of cassandra as well
those test can't be run ontop of cassandra and we should mark them in a why we can skip them
c68f40c
to
99a37c9
Compare
to make sure we don't break compitability completly with cassandra introducing tests with one version of cassandra as well