tree: 860845eff1f681eb5cb897069dc7bda67a3d54f8 [path history] [tgz]
  1. cli/
  2. cmd/
  3. internal/
  4. pbutil/
  5. proto/
  6. sink/
  7. .gitignore
  8. OWNERS
  9. README.md
resultdb/README.md

Run Spanner integration tests using Cloud Spanner Emulator

Install Cloud Spanner Emulator

From command line, run: sudo apt-get install google-cloud-sdk-spanner-emulator

Run tests

From command line, first set environment variables:

export INTEGRATION_TESTS=1
export SPANNER_EMULATOR=1

Then run go test as usual.