You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we don't use any of the test helpers that exist for AppEngine.
However, we may benefit from some of them. For instance, there are some tools to emulate the eventual consistency without having to configure the datastore emulator manually. See this article for some of examples.
The text was updated successfully, but these errors were encountered:
@armiol AFAIK those test classes work only with AppEngine APIs (ones from com.google.appengine.api package), while we are using GCloud APIs (com.google.cloud).
Currently we don't use any of the test helpers that exist for AppEngine.
However, we may benefit from some of them. For instance, there are some tools to emulate the eventual consistency without having to configure the datastore emulator manually. See this article for some of examples.
The text was updated successfully, but these errors were encountered: