You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Alan Conway <ac...@redhat.com> on 2011/03/12 18:18:17 UTC

ExchangeTest failing on trunk

This test (one of the C++ unit tests) is failing on trunk:

../../../qpid/cpp/src/tests/ExchangeTest.cpp(282): error in "testIVEOption": 
check 1u == queue3->getMessageCount() failed [1 != 0]

Failure appears to be introduced by r1080411:

Author: Carl C. Trieloff <cc...@apache.org>
Date:   Fri Mar 11 00:37:04 2011 +0000

     QPID-3138 Topic exchange perf improvement

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


Re: ExchangeTest failing on trunk

Posted by Carl Trieloff <cc...@redhat.com>.
On 03/12/2011 12:18 PM, Alan Conway wrote:
> This test (one of the C++ unit tests) is failing on trunk:
>
> ../../../qpid/cpp/src/tests/ExchangeTest.cpp(282): error in 
> "testIVEOption": check 1u == queue3->getMessageCount() failed [1 != 0]
>
> Failure appears to be introduced by r1080411:
>
> Author: Carl C. Trieloff <cc...@apache.org>
> Date:   Fri Mar 11 00:37:04 2011 +0000
>
>     QPID-3138 Topic exchange perf improvement

This should be corrected.

Carl.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


Re: ExchangeTest failing on trunk

Posted by Carl Trieloff <cc...@redhat.com>.
On 03/14/2011 09:53 AM, Gordon Sim wrote:
> On 03/14/2011 01:46 PM, Carl Trieloff wrote:
>> On 03/12/2011 12:18 PM, Alan Conway wrote:
>>> This test (one of the C++ unit tests) is failing on trunk:
>>>
>>> ../../../qpid/cpp/src/tests/ExchangeTest.cpp(282): error in
>>> "testIVEOption": check 1u == queue3->getMessageCount() failed [1 != 0]
>>>
>>> Failure appears to be introduced by r1080411:
>>>
>>> Author: Carl C. Trieloff <cc...@apache.org>
>>> Date: Fri Mar 11 00:37:04 2011 +0000
>>>
>>> QPID-3138 Topic exchange perf improvement
>>
>>
>> I see the issue, don't know why it does not fail local for me, but I'll
>> check a correction in.
>
> As mentioned in another mail, I believe that commit is also incorrect 
> from a thread-safety point of view.


code is thread safe -- comment on other thread.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


Re: ExchangeTest failing on trunk

Posted by Gordon Sim <gs...@redhat.com>.
On 03/14/2011 01:46 PM, Carl Trieloff wrote:
> On 03/12/2011 12:18 PM, Alan Conway wrote:
>> This test (one of the C++ unit tests) is failing on trunk:
>>
>> ../../../qpid/cpp/src/tests/ExchangeTest.cpp(282): error in
>> "testIVEOption": check 1u == queue3->getMessageCount() failed [1 != 0]
>>
>> Failure appears to be introduced by r1080411:
>>
>> Author: Carl C. Trieloff <cc...@apache.org>
>> Date: Fri Mar 11 00:37:04 2011 +0000
>>
>> QPID-3138 Topic exchange perf improvement
>
>
> I see the issue, don't know why it does not fail local for me, but I'll
> check a correction in.

As mentioned in another mail, I believe that commit is also incorrect 
from a thread-safety point of view.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


Re: ExchangeTest failing on trunk

Posted by Carl Trieloff <cc...@redhat.com>.
On 03/12/2011 12:18 PM, Alan Conway wrote:
> This test (one of the C++ unit tests) is failing on trunk:
>
> ../../../qpid/cpp/src/tests/ExchangeTest.cpp(282): error in 
> "testIVEOption": check 1u == queue3->getMessageCount() failed [1 != 0]
>
> Failure appears to be introduced by r1080411:
>
> Author: Carl C. Trieloff <cc...@apache.org>
> Date:   Fri Mar 11 00:37:04 2011 +0000
>
>     QPID-3138 Topic exchange perf improvement


I see the issue, don't know why it does not fail local for me, but I'll 
check a correction
in.

regards
Carl.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org