pombreda / gaeunit

Automatically exported from code.google.com/p/gaeunit
0 stars 0 forks source link

GAEunit hanging before finishing all tests #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Erratically, I'm seeing GAEunit v2.0.0a hang with less than less than
all tests runs.  It seems that sometimes a test run results in
XMLHttpRequest.status == 0 and XMLHttpRequest.responseText == null,
causing an unreported test result.  I've debugged to the point of
seeing that when it does happen, it's not always the same test.  As I
mentioned, however, it's erratic; I do not yet have a narrowed sample
exhibiting the problem.

I've noticed recently that the problem has gotten worse after adding
a particularly long (more computation and more assertions than typical)
unit test -- now several other unit tests are not returning rather than
just one.  All returning tests are passing -- Errors: 0; Failures 0.

Any ideas?

GAEUnit 2.0.0a; App Engine 1.2.5; Python 2.5.2; Windows XP sp3

Original issue reported on code.google.com by kenneth....@gmail.com on 16 Sep 2009 at 12:07

GoogleCodeExporter commented 9 years ago
The above problem seems to be browser-based:

Firefox v3.5.3 (all extensions disabled): bad
IE v8.0.6001.18702: ok
Chrome v3.0.195.21: ok

Original comment by kenneth....@gmail.com on 17 Sep 2009 at 1:15

GoogleCodeExporter commented 9 years ago
I've had this happen a few times (on chrome and FF) and I've found that 
switching to format=plain will show me 
the offending stack trace.  

Original comment by koo...@gmail.com on 20 May 2010 at 4:09

GoogleCodeExporter commented 9 years ago
Possible dupe with issue 27?

I experience this issue (assuming it's the same as 27) in both Chrome 
5.0.375.70 and FireFox v3.5.9.

Original comment by nick.heiner@gmail.com on 19 Jun 2010 at 11:28