Bug 593386

Summary: Make check cluster_tests.LongTests.test_failover fails
Product: Red Hat Enterprise MRG Reporter: Alan Conway <aconway>
Component: qpid-cppAssignee: Alan Conway <aconway>
Status: CLOSED UPSTREAM QA Contact: Frantisek Reznicek <freznice>
Severity: high Docs Contact:
Priority: high    
Version: betaCC: esammons, freznice, jross
Target Milestone: 1.3   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-15 19:24:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Alan Conway 2010-05-18 17:31:01 UTC
Description of problem:

Make check cluster_tests.LongTests.test_failover fails because of a dropped message. Problem in new API clients qpid_send/qpid_receive (test passed when it was using the old API sender/receiver)

Version-Release number of selected component (if applicable):

svn r945683

How reproducible: easy

Steps to Reproduce:
In a checkout:

cd src/tests; source test_env.sh

while  run_cluster_tests cluster_tests.LongTests.test_failover -DDURATION=2; do true; done

Actual results:

Fails in one or two iterations with:
      assert(m <= self.received) # Check for missing messages

Expected results:

No failures.

Additional info:

Comment 1 Alan Conway 2010-05-18 18:48:45 UTC
Fixed in r945813