Skip to content

feat scylla: build and test the driver in ci - #1313

Open
gearonixx wants to merge 1 commit into
userver-framework:developfrom
gearonixx:scylla-ci
Open

feat scylla: build and test the driver in ci#1313
gearonixx wants to merge 1 commit into
userver-framework:developfrom
gearonixx:scylla-ci

Conversation

@gearonixx

@gearonixx gearonixx commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

scripts/scylla/ubuntu-install-scylla.sh. OK on clean ubuntu:22.04 and ubuntu:24.04


  1. SetupScyllaDeps.cmake, resolves /usr/lib/x86_64-linux-gnu/libscylla-cpp-driver.so
  2. userver-scylla and userver-samples-scylla_service. compiled, OK, exit 0
  3. ctest -R testsuite-userver-samples-scylla_service. OK, 31/31 passed

All 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.

Comment thread .github/workflows/ci.yml
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

@gearonixx gearonixx Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant