运行 AppEngine 应用时出现“87% EXECUTING”消息

'87% EXECUTING' Message When Running AppEngine App

问题

当通过 运行 命令 gradle appengineRun 对于标准环境应用 testing an AppEngine application with a development server 时,控制台中一致记录的消息是 87% EXECUTING.当 运行 一个使用命令 gradle jettyRun.

的灵​​活环境 AppEngine 应用程序时,类似的消息 88% EXECUTING 始终显示

这是否意味着 运行 应用程序存在问题,因为日志中没有错误?

日志

Adams-MBP-2:coinverse-price adamhurwitz$ gradle appengineRun
2018-10-18 23:51:34.030:INFO::main: Logging initialized @2160ms to     org.eclipse.jetty.util.log.StdErrLog
2018-10-18 23:51:35.185:INFO:oejs.Server:main: jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_101-b13
2018-10-18 23:51:36.951:INFO:oejsh.ContextHandler:main: Started     c.g.a.t.d.j.DevAppEngineWebAppContext@d554c5f{/,file:///Users/adamhurwitz/coinverse/coinverse-price/build/exploded-coinverse-price/,AVAILABLE}    {/Users/adamhurwitz/coinverse/coinverse-price/build/exploded-coinverse-price}
2018-10-18 23:51:36.953:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
2018-10-18 23:51:36.954:INFO:oejs.session:main: node0 Scavenging disabled
2018-10-18 23:51:36.995:INFO:oejs.AbstractConnector:main: Started     NetworkTrafficSelectChannelConnector@60f00693{HTTP/1.1,[http/1.1]}{localhost:8080}
2018-10-18 23:51:37.010:INFO:oejs.Server:main: Started @5142ms
Oct 19, 2018 6:51:37 AM     com.google.appengine.tools.development.jetty9.JettyContainerService     startHotDeployScanner
INFO: Full scan of the web app in place every 5s.
Oct 19, 2018 6:51:37 AM com.google.appengine.tools.development.AbstractModule startup
INFO: Module instance default is running at http://localhost:8080/
Oct 19, 2018 6:51:37 AM com.google.appengine.tools.development.AbstractModule startup
INFO: The admin console is running at http://localhost:8080/_ah/admin
Oct 18, 2018 11:51:37 PM com.google.appengine.tools.development.DevAppServerImpl doStart
INFO: Dev App Server is now running
<===========--> 87% EXECUTING [16s]
> :appengineRun

到目前为止,我 运行 在本地和 AppEngine 服务器上 运行 进行的所有测试都在运行,所以我要说 87% 和 88% 都很好!