Service for reading and writing, crawl logs and page logs.
The integration test spins up scylla and schema containers and is tagged with "integration".
Using docker:
go clean -testcache && go test -tags=integration ./...
Using podman:
go clean -testcache && TESTCONTAINERS_RYUK_DISABLED=true DOCKER_HOST=unix:///var/run/user/${UID}/podman/podman.sock go test -tags=integration ./...