benlilaj / gears

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

Vista /FF - UnitTest failure for Asynchronous Test #290

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps:
1. Run unit test (Local Server component)for Gears0.2.8.0 on FF of Vista
Business.
2. Open another FF browser and go to
http://code.google.com/apis/gears/samples/hello_world_database.html OR 
http://aaronboodman.com/gearpad .
3. While the unit test is running in the other browser, click on the
Permission dialog of Samples to Allow Gears.

Observed result:
As seen in the attached screenshot, seen Asynchronous test failures with
Jscript messages. 
[Please note : May need to redo step 2 and 3 a few times to see the error -
I saw it repro 5 times.]

Please see video at - 
http://www/~ruchic/sc/Bug%20evidence/Video/Unittest_Asynchronous_Vista_Gears2.8

Original issue reported on code.google.com by gears.te...@gmail.com on 10 Nov 2007 at 10:33

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by gears.te...@gmail.com on 21 Jan 2008 at 6:56

GoogleCodeExporter commented 9 years ago
Seeing same issue for ManagedResourceStore tests on running Unit tests for Gears
0.3.21.0 on Vista/FF2.

Failure entry is for -
testManagedResourceStoreThreads  Asynchronous test timed out. Call 
completeAsync() to
mark an asynchronous test successful.

Original comment by gears.te...@gmail.com on 14 May 2008 at 11:04

Attachments:

GoogleCodeExporter commented 9 years ago
Just a guess, but it seems like this could happen because the modal dialog is 
blocking the UI thread, which the FF implementation needs to use to send HTTP 
requests.

In any case, pretty low priority.

Original comment by gears.te...@gmail.com on 19 May 2008 at 10:03

GoogleCodeExporter commented 9 years ago
On Vista - FF, I see this issue even when no other UI modal window is open. 
However,
on XP sp3 - FF3, I saw this issue once when Settings dialog was open for 
sometime in
other instance of FF.

Original comment by gears.te...@gmail.com on 3 Jun 2008 at 3:13

Attachments:

GoogleCodeExporter commented 9 years ago
I rdc'd to the machine that's having this problem. The issue looks like it's 
just 
that the tests run crazy slow on this machine (like 1/10th the speed) and this 
particular test just times out.

Not sure why they are running so slowly.

Original comment by gears.te...@gmail.com on 4 Jun 2008 at 1:15