We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7b2c5 commit 999ecc7Copy full SHA for 999ecc7
packages/google-cloud-ndb/synth.py
@@ -21,6 +21,10 @@
21
22
s.replace(".kokoro/build.sh", """(export PROJECT_ID=.*)""", """\g<1>
23
24
+# Configure Local Redis to be used
25
+export REDIS_CACHE_URL=redis://localhost
26
+redis-server &
27
+
28
# Some system tests require indexes. Use gcloud to create them.
29
gcloud auth activate-service-account --key-file=$GOOGLE_APPLICATION_CREDENTIALS --project=$PROJECT_ID
30
gcloud --quiet --verbosity=debug datastore indexes create tests/system/index.yaml
0 commit comments