Status Update
Comments
va...@google.com <va...@google.com>
ku...@google.com <ku...@google.com> #2
Hello,
Thank you for reaching out to us!
We have found that this issue is a duplicate of
To avoid duplicate reports, I'm going to close this issue, which will no longer be monitored. In case you want to report a new issue, please do not hesitate to create a new issue on the
Thank you!
Description
This will create a public issue which anybody can view and comment on.
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered:
To update the runtime of my app engine app I normally follow this procedure:
app.yaml
to the new runtime versiondev_appserver.py
to test the change locallyThis time, running
dev_appserver.py app.yaml
results in:Rerunning the command using
dev_appserver.py --support_datastore_emulator=False app.yaml
causes everything to work normally.What you expected to happen: I expect gcloud changes to be tested and "just work" on Cloud Shell. That's why I use Cloud Shell.
Steps to reproduce: From the error message, I'm guessing the Cloud Datastore Emulator is missing a dependency on Cloud Shell. I guess just try using the emulator on cloud shell.
Other information (workarounds you have tried, documentation consulted, etc):