The Cloud Spanner Emulator is part of the bundled gcloud, to make sure it's installed:
cd infra gclient runhooks eval `./go/env.py` which gcloud # should show bundled gcloud gcloud components list # should see cloud-spanner-emulator is installed
If you are a Google employee, follow go/docker-for-mac first.
From command line, first set environment variables:
export INTEGRATION_TESTS=1 export SPANNER_EMULATOR=1
Then run go test as usual.
Note: If you run tests on Mac, please start Docker Desktop before running tests.
It can be useful to run the ResultDB service locally if you are testing new query functionality:
cd cmd/resultdb luci-auth login -scopes "https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email" go run main.go \ -cloud-project luci-resultdb-dev \ -spanner-database projects/chops-spanner-testing/instances/testing/databases/luci-resultdb-staging \ -auth-service-host chrome-infra-auth-dev.appspot.com \ -artifact-rbe-instance projects/luci-resultdb-dev/instances/artifacts