SpineEventEngine / gcloud-java

Support for Spine-based Java apps running under Google Cloud
https://spine.io
Apache License 2.0
3 stars 0 forks source link

Try using ` com.google.appengine:appengine-testing` utilities #78

Open armiol opened 6 years ago

armiol commented 6 years ago

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.

armiol commented 6 years ago

@dmdashenkov @yuri-sergiichuk FYI.

yuri-sergiichuk commented 6 years ago

@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).