tree: f44c3bcbcd86513a8a146be3eb0165622ba87dc2 [path history] [tgz]
  1. bqutil/
  2. cli/
  3. cmd/
  4. configs/
  5. internal/
  6. pbutil/
  7. proto/
  8. rdbperms/
  9. script/
  10. sink/
  11. util/
  12. .gitignore
  13. .golangci.yaml
  14. OWNERS
  15. README.md
resultdb/README.md

Run Spanner integration tests using Cloud Spanner Emulator

Install Cloud Spanner Emulator

Linux

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

Mac

If you are a Google employee, follow go/docker-for-mac first.

Run tests

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.