Are there any ways to get count of current unfinished tasks at appengine development server? I need it for making my integration test.
I found a way to get this when running it local (just in mem), as described at appengine docs[1]. But when i'm running it as a standalone server, from maven, this doesn't work. It's because library `appengine-testing` conflicts with Appengine SDK classes, and i can't use those classes together, when running sdk dev server. Is there an another way to get current tasks count inside development server? I'm also see an RemoteApiServlet and TaskQueuePb classes, that probably can help me, but there are no documentation for them. [1]: http://code.google.com/intl/ru/appengine/docs/java/tools/localunittesting.html#Writing_Task_Queue_Tests -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
