Bug 886262

Summary: Sporadic failure in ha_tests test_failover_send_receive
Product: Red Hat Enterprise MRG Reporter: Alan Conway <aconway>
Component: qpid-cppAssignee: Alan Conway <aconway>
Status: CLOSED CURRENTRELEASE QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: high Docs Contact:
Priority: high    
Version: 2.3CC: esammons, iboverma, jdillama, jross, mcressma
Target Milestone: 2.3Keywords: OtherQA
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: qpid-cpp-0.18-14 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-11 15:31:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 886656    

Description Alan Conway 2012-12-11 22:08:33 UTC
Description of problem: 
Sporadic failures in ha_tests.py test_failover_send_receive. Two types of failure observed: 
- core dumps in a debug build at a C++ assertion
- python test assertion like:   AssertionError: Broker<137:cluster0-0.log qpidd-157 :35273> expected='ready', actual='catchup'

Version-Release number of selected component (if applicable): 
mrg2.3-checkpoint-11

How reproducible: easy

Steps to Reproduce:

Run a loop like this: 
 cd tests; . test_env.sh; ha_tests.py *.test_failover_send_receive

Actual results:
The test fails with 3-4 iterations. 

Expected results:
No failure.

Additional info: