[ https://issues.apache.org/jira/browse/QPID-4322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alan Conway updated QPID-4322: ------------------------------ Description: To reproduce run this in a loop: ha_tests.py-DDURATION=3 Fails about 8% of the time with: {noformat} ha_tests.LongTests.test_failover_send_receive ....................................... start Traceback (most recent call last): File "/home/aconway/qpidrel/qpid/cpp/src/tests/ha_tests.py", line 930, in test_failover_send_receive map(wait_passed, receivers, checkpoint) File "/home/aconway/qpidrel/qpid/cpp/src/tests/ha_tests.py", line 898, in wait_passed assert retry(check), "Stalled %s at %s"%(r.queue, n) File "/home/aconway/qpidrel/qpid/cpp/src/tests/brokertest.py", line 86, in retry ret = function() File "/home/aconway/qpidrel/qpid/cpp/src/tests/ha_tests.py", line 896, in check r.check() # Verify no exceptions File "/home/aconway/qpidrel/qpid/cpp/src/tests/brokertest.py", line 672, in check if self.error: raise self.error RethrownException: qpid-receive-19 Traceback (most recent call last): File "/home/aconway/qpidrel/qpid/cpp/src/tests/brokertest.py", line 661, in run assert m <= self.received, "%s missing message %s>%s"%(self.queue, m, self.received) AssertionError: test6 missing message 51645>51525 ha_tests.LongTests.test_failover_send_receive ....................................... fail {noformat} was: To reproduce run this in a loop: ha_tests.py-DDURATION=3 Fails about 8% of the time with: ha_tests.LongTests.test_failover_send_receive ....................................... start Traceback (most recent call last): File "/home/aconway/qpidrel/qpid/cpp/src/tests/ha_tests.py", line 930, in test_failover_send_receive map(wait_passed, receivers, checkpoint) File "/home/aconway/qpidrel/qpid/cpp/src/tests/ha_tests.py", line 898, in wait_passed assert retry(check), "Stalled %s at %s"%(r.queue, n) File "/home/aconway/qpidrel/qpid/cpp/src/tests/brokertest.py", line 86, in retry ret = function() File "/home/aconway/qpidrel/qpid/cpp/src/tests/ha_tests.py", line 896, in check r.check() # Verify no exceptions File "/home/aconway/qpidrel/qpid/cpp/src/tests/brokertest.py", line 672, in check if self.error: raise self.error RethrownException: qpid-receive-19 Traceback (most recent call last): File "/home/aconway/qpidrel/qpid/cpp/src/tests/brokertest.py", line 661, in run assert m <= self.received, "%s missing message %s>%s"%(self.queue, m, self.received) AssertionError: test6 missing message 51645>51525 ha_tests.LongTests.test_failover_send_receive ....................................... fail > HA sporadic failure in ha_tests > ------------------------------- > > Key: QPID-4322 > URL: https://issues.apache.org/jira/browse/QPID-4322 > Project: Qpid > Issue Type: Bug > Components: C++ Clustering > Affects Versions: 0.18 > Reporter: Alan Conway > Assignee: Alan Conway > > To reproduce run this in a loop: ha_tests.py-DDURATION=3 > Fails about 8% of the time with: > {noformat} > ha_tests.LongTests.test_failover_send_receive > ....................................... start > Traceback (most recent call last): > File "/home/aconway/qpidrel/qpid/cpp/src/tests/ha_tests.py", line 930, in > test_failover_send_receive > map(wait_passed, receivers, checkpoint) > File "/home/aconway/qpidrel/qpid/cpp/src/tests/ha_tests.py", line 898, in > wait_passed > assert retry(check), "Stalled %s at %s"%(r.queue, n) > File "/home/aconway/qpidrel/qpid/cpp/src/tests/brokertest.py", line 86, > in retry > ret = function() > File "/home/aconway/qpidrel/qpid/cpp/src/tests/ha_tests.py", line 896, in > check > r.check() # Verify no exceptions > File "/home/aconway/qpidrel/qpid/cpp/src/tests/brokertest.py", line 672, > in check > if self.error: raise self.error > RethrownException: qpid-receive-19 > Traceback (most recent call last): > File "/home/aconway/qpidrel/qpid/cpp/src/tests/brokertest.py", line 661, > in run > assert m <= self.received, "%s missing message %s>%s"%(self.queue, m, > self.received) > AssertionError: test6 missing message 51645>51525 > > ha_tests.LongTests.test_failover_send_receive > ....................................... fail > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org