On Tue, Feb 3, 2009 at 1:38 PM, Deepak Prabhakara <[email protected]> wrote:
> Hi Andrei,
>
> On Tue, 03 Feb 2009 13:22:29 +0100, Andrei Popescu <[email protected]>
> wrote:
>
>> Hi Deepak,
>>
>> On Tue, Feb 3, 2009 at 11:43 AM, Deepak Prabhakara <[email protected]>
>> wrote:
>>>
>>> On Tue, 03 Feb 2009 12:17:01 +0100, Steve Block <[email protected]>
>>> wrote:
>>>
>>>>        Temporarily disables testRemoveCrossThread() for Opera Mobile.
>>>>        This test makes assumptions about the message queues in Gears
>>>> which
>>>> are not true for Opera Mobile.
>>>>
>>>>        Deepak, it looks like the reason that this test fails on Opera
>>>> Mobile is that it makes assumptions about the way
>>>>        messages are delivered between threads in Gears, which are not
>>>> true
>>>> for Opera Mobile. Take a look at the patch and
>>>>        let me know if that sounds like a reasonable diagnosis. If so,
>>>> we'll disable the test for now and revisit the issue later.
>>>
>>> Sounds good to me.
>>>
>>
>> Just curious: is this test failing because the Gears Message Service
>> uses a different queue than the queue used for Workerpool messages?
>
> Yes, the Workerpool messages are handled in a different queue than the queue
> Gears Message Service. So there is no guarantee that they are processed in
> the correct sequence.
>

Thanks Deepak. What would it take to use the same queue?

Andrei

Reply via email to