Skip to content

nlnwa/veidemann-log-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

veidemann-log-service

Service for reading and writing, crawl logs and page logs.

Running integration test

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

Resources