feat scylla: build and test the driver in ci - #1313
Open
gearonixx wants to merge 1 commit into
Open
Conversation
gearonixx
commented
Aug 3, 2026
| sudo ./scripts/scylla/ubuntu-install-scylla.sh | ||
|
|
||
| - name: Run ScyllaDB for tests | ||
| run: docker run -d -p 9042:9042 scylladb/scylla:2025.1 --smp 1 --memory 750M |
Contributor
Author
There was a problem hiding this comment.
yandex-taxi-testsuite has no scylla or cassandra database plugin.
Unlike every other DB in ci.yml, testsuite cannot bring a ScyllaDB cluster up itself
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
scripts/scylla/ubuntu-install-scylla.sh. OK on clean ubuntu:22.04 and ubuntu:24.04SetupScyllaDeps.cmake, resolves/usr/lib/x86_64-linux-gnu/libscylla-cpp-driver.souserver-scyllaanduserver-samples-scylla_service. compiled, OK, exit 0ctest -R testsuite-userver-samples-scylla_service. OK, 31/31 passedAll of the above was run locally on my machine. CI has not run on these changes yet, so the workflows themselves are unverified in a real runner.
OS: Arch Linux x86_64
Kernel: 7.0.9-arch2-1
Also includes the source fixes + cleanups without which the module could not be enabled or built with
-Werror.A stray gmock include, an unused constructor parameter, and unused-variable warnings.