File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
packages/google-cloud-ndb/.kokoro Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,9 @@ export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/service-account.json
4040# Setup project id.
4141export PROJECT_ID=$( cat " ${KOKORO_GFILE_DIR} /project-id.json" )
4242
43- # Some system tests require indexes. Use gcloud to create them.
44- gcloud auth activate-service-account --key-file=$GOOGLE_APPLICATION_CREDENTIALS --project=$PROJECT_ID
45- gcloud --quiet --verbosity=debug datastore indexes create tests/system/index.yaml
46-
43+ # Configure Local Redis to be used
44+ export REDIS_CACHE_URL=redis://localhost
45+ redis-server &
4746
4847# Some system tests require indexes. Use gcloud to create them.
4948gcloud auth activate-service-account --key-file=$GOOGLE_APPLICATION_CREDENTIALS --project=$PROJECT_ID
You can’t perform that action at this time.
0 commit comments