-
Notifications
You must be signed in to change notification settings - Fork 109
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
Move some tests to integration #1102
Move some tests to integration #1102
Conversation
|
abfb810
to
a554fa2
Compare
1st push: rebased on main |
a554fa2
to
ef8e2e7
Compare
Fixed errors in serverless tests |
ef8e2e7
to
4800a5d
Compare
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 don't merge it before #1057 is merged - it's going to introduce a lot of painful conflicts for me.
As a small side change it changes "supports_feature" to use zero-copy deserialization to &str.
4800a5d
to
156deee
Compare
|
Fixes: scylladb#1048 See the issue description for more information.
156deee
to
2b5a084
Compare
…tests Move some tests to integration (cherry picked from commit be14812)
This is the first step towards improved integration tests.
Tests that require a running cluster should be in integration tests.
This PR moves some of such tests. Not all - for that there are a few other changes needed, but I wanted to merge what I already have.
Ref: #1097
Fixes: #1048
Pre-review checklist
./docs/source/
.Fixes:
annotations to PR description.