OK Thanks... I filed issue #16 to track it. Another test code showstopper, is the following:
We have some test code that waits until all tasks have executed and only then continues. The way it does this is by scraping the /_ah/admin/queueues page until all the counters are 0. Without admin console this part also fails. I assume you will provide an admin console at some point so this will take care of it. (BTW, this is really old ugly code that will also fail next time the UI changes, it is probably time to start using the QueueStatistics for the same purpose, incidentally it just became fully supported with 1.7.4). On Dec 11, 2012, at 10:54 PM, PK <[email protected]> wrote: > I looked in more detail the stack trace and hits an issue I had seen before > that was fixed when bug 3643 was fixed. The bug was fixed in 1.7.2, I am > wondering whether you could have forked some code before that fix went in? > > On Dec 11, 2012, at 10:47 PM, PK <[email protected]> wrote: > >> Great... Thanks!! >> >> More regression tests pass now but one of them fails with the message below. >> I am on 1.7.3, all my tests pass with the regular dev server. >> >> BadRequestError: remote_api supports transactional queries only in the >> high-replication datastore. >> >> Is this something consistent with the bugs you already track? >> >> Thanks, >> PK >> >> >> On Dec 11, 2012, at 8:59 PM, Brian Quinlan <[email protected]> wrote: >> >>> We have released a new version of the development server: >>> >>> To download: >>> http://code.google.com/p/appengine-devappserver2-experiment/downloads/detail?name=devappserver2-v0.3.zip >>> >>> Changes: >>> - threads are implicitly joined on request exit >>> - basic taskqueue UI (more later) >>> - fixes for virtualenv >>> - windows unit test fixes >>> - reduced logging noise >>> - correct logout url generation >>> >>> As always, feedback is welcome! >>> >>> Cheers, >>> Brian >>> >>> On Tue, Nov 27, 2012 at 1:14 PM, Brian Quinlan <[email protected]> wrote: >>>> Hi, >>>> >>>> I'm happy to announce that the App Engine team is working on a new >>>> development server for Python (and eventually Go). >>>> >>>> The new development server aims to provide higher performance for >>>> complex applications and better emulation of the App Engine deployment >>>> environment. >>>> >>>> There are several features that are currently missing: >>>> - support for backends >>>> - the administrative UI (i.e. _ah/admin) >>>> - Go >>>> >>>> Development is still at an early stage so I'm sure that there are lots >>>> of bugs to be found and fixed. >>>> >>>> Which is why we'd appreciate your help in testing and, if you are >>>> feeling keen, fixing these issues. >>>> >>>> You can download the latest version from: >>>> http://code.google.com/p/appengine-devappserver2-experiment/downloads/ >>>> >>>> Or work directly with the git repository: >>>> http://code.google.com/p/appengine-devappserver2-experiment/source/checkout >>>> >>>> There is also a public discussion group associated with the project: >>>> https://groups.google.com/forum/?fromgroups#!forum/appengine-devappserver2-discuss >>>> >>>> Thanks for your help! >>>> >>>> Cheers, >>>> Brian - App Engine Python Team >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Google App Engine" 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?hl=en. >>> >> > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
