Re: cluster test error?

2010-03-19 Thread Alan Conway

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-subscr...@qpid.apache.org



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



Re: cluster test error?

2010-03-19 Thread Gordon Sim

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-subscr...@qpid.apache.org



Re: cluster test error?

2010-03-19 Thread Alan Conway

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-subscr...@qpid.apache.org



cluster test error?

2010-03-18 Thread Gordon Sim
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-subscr...@qpid.apache.org