You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Gordon Sim <gs...@redhat.com> on 2010/03/18 19:27:11 UTC

cluster test error?

Anyone else seen the error below intermittently? Looks like a crashed 
process perhaps(?) but I didn't see a core file.

> cluster_tests.LongTests.test_failover .......................................................................................................... pass
> cluster_tests.LongTests.test_management ........................................................................................................ fail
> Error during test:
>   Traceback (most recent call last):
>     File "/home/gordon/projects/qpid-svn-trunk/cpp/build/src/tests/python/commands/qpid-python-test", line 311, in run
>       phase()
>     File "/home/gordon/projects/qpid-svn-trunk/cpp/src/tests/cluster_tests.py", line 271, in test_management
>       c.stop()
>     File "/home/gordon/projects/qpid-svn-trunk/cpp/src/tests/cluster_tests.py", line 220, in stop
>       StoppableThread.stop(self)
>     File "/home/gordon/projects/qpid-svn-trunk/cpp/build/src/tests/python/qpid/brokertest.py", line 481, in stop
>       if self.error: raise self.error
>   RethrownException: Error in ClientLoop.run
>   Traceback (most recent call last):
>     File "/home/gordon/projects/qpid-svn-trunk/cpp/src/tests/cluster_tests.py", line 200, in run
>       "client of %s exit code %s"%(self.broker.name, exit))
>     File "/home/gordon/projects/qpid-svn-trunk/cpp/build/src/tests/python/qpid/brokertest.py", line 177, in unexpected
>       raise BadProcessStatus("%s %s%s" % (self.pname, msg, err))
>   BadProcessStatus: perftest-16459 client of cluster1-2 exit code 256: 2010-03-18 12:20:19 warning Connection closed
> cluster_tests.ShortTests.test_config_change_seq ................................................................................................ pass
> cluster_tests.ShortTests.test_message_replication .............................................................................................. pass
> cluster_tests.ShortTests.test_store_direct_update_match ........................................................................................ pass
> Totals: 15 tests, 4 passed, 0 skipped, 10 ignored, 1 failed
> FAIL: run_cluster_tests

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


Re: cluster test error?

Posted by Alan Conway <ac...@redhat.com>.
On 03/19/2010 09:33 AM, Gordon Sim wrote:
> On 03/19/2010 01:24 PM, Alan Conway wrote:
>> On 03/18/2010 02:27 PM, Gordon Sim wrote:
>>> Anyone else seen the error below intermittently? Looks like a crashed
>>> process perhaps(?) but I didn't see a core file.
>>
>> A perftest client of broker named cluster1-2 got disconnected which
>> could mean the broker crashed.
>> Do you still have the cluster1-2.log?
>
> Not from a failed case, but I'll check those next time I see it. Thanks!

I have just seen something like this in a manual test running perftest and mgmt 
tools on a 4 node cluster. One of the perftests was disconnected but the broker 
is fine, still responding. Not sure why the disconnection or how reproducible 
this is.

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


Re: cluster test error?

Posted by Gordon Sim <gs...@redhat.com>.
On 03/19/2010 01:24 PM, Alan Conway wrote:
> On 03/18/2010 02:27 PM, Gordon Sim wrote:
>> Anyone else seen the error below intermittently? Looks like a crashed
>> process perhaps(?) but I didn't see a core file.
>
> A perftest client of broker named cluster1-2 got disconnected which
> could mean the broker crashed.
> Do you still have the cluster1-2.log?

Not from a failed case, but I'll check those next time I see it. Thanks!

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


Re: cluster test error?

Posted by Alan Conway <ac...@redhat.com>.
On 03/18/2010 02:27 PM, Gordon Sim wrote:
> Anyone else seen the error below intermittently? Looks like a crashed
> process perhaps(?) but I didn't see a core file.

A perftest client of broker named cluster1-2 got disconnected which could mean 
the broker crashed.
Do you still have the cluster1-2.log?

>
>> cluster_tests.LongTests.test_failover
>> ..........................................................................................................
>> pass
>> cluster_tests.LongTests.test_management
>> ........................................................................................................
>> fail
>> Error during test:
>> Traceback (most recent call last):
>> File
>> "/home/gordon/projects/qpid-svn-trunk/cpp/build/src/tests/python/commands/qpid-python-test",
>> line 311, in run
>> phase()
>> File
>> "/home/gordon/projects/qpid-svn-trunk/cpp/src/tests/cluster_tests.py",
>> line 271, in test_management
>> c.stop()
>> File
>> "/home/gordon/projects/qpid-svn-trunk/cpp/src/tests/cluster_tests.py",
>> line 220, in stop
>> StoppableThread.stop(self)
>> File
>> "/home/gordon/projects/qpid-svn-trunk/cpp/build/src/tests/python/qpid/brokertest.py",
>> line 481, in stop
>> if self.error: raise self.error
>> RethrownException: Error in ClientLoop.run
>> Traceback (most recent call last):
>> File
>> "/home/gordon/projects/qpid-svn-trunk/cpp/src/tests/cluster_tests.py",
>> line 200, in run
>> "client of %s exit code %s"%(self.broker.name, exit))
>> File
>> "/home/gordon/projects/qpid-svn-trunk/cpp/build/src/tests/python/qpid/brokertest.py",
>> line 177, in unexpected
>> raise BadProcessStatus("%s %s%s" % (self.pname, msg, err))
>> BadProcessStatus: perftest-16459 client of cluster1-2 exit code 256:
>> 2010-03-18 12:20:19 warning Connection closed
>> cluster_tests.ShortTests.test_config_change_seq
>> ................................................................................................
>> pass
>> cluster_tests.ShortTests.test_message_replication
>> ..............................................................................................
>> pass
>> cluster_tests.ShortTests.test_store_direct_update_match
>> ........................................................................................
>> pass
>> Totals: 15 tests, 4 passed, 0 skipped, 10 ignored, 1 failed
>> FAIL: run_cluster_tests
>
> ---------------------------------------------------------------------
> Apache Qpid - AMQP Messaging Implementation
> Project: http://qpid.apache.org
> Use/Interact: mailto:dev-subscribe@qpid.apache.org
>

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