From a1f730067b3be09080327ac05312eeb6da47297b Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Fri, 11 Nov 2011 10:16:47 +0000 Subject: QPID-3592: ensure that the 'used credit' values are decremented when message transfer commands 'completed' following a message.stop command attempt to restore their credit (to no effect due to the 0 credit limit) when using 0-10 Window credit mode. Add unit test, and break CreditManager dependency on ServerMessages by passing the required size value rather than the message itself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1200801 13f79535-47bb-0310-9956-ffa450edef68 --- java/test-profiles/python_tests/Java010PythonExcludes | 3 --- 1 file changed, 3 deletions(-) (limited to 'java/test-profiles/python_tests') diff --git a/java/test-profiles/python_tests/Java010PythonExcludes b/java/test-profiles/python_tests/Java010PythonExcludes index 7d9782d0ff..2ba94d644a 100644 --- a/java/test-profiles/python_tests/Java010PythonExcludes +++ b/java/test-profiles/python_tests/Java010PythonExcludes @@ -66,9 +66,6 @@ qpid.tests.messaging.endpoints.SessionTests.testDoubleCommit qpid_tests.broker_0_10.message.MessageTests.test_credit_flow_bytes qpid_tests.broker_0_10.message.MessageTests.test_window_flow_bytes -#QPID-3592 Fails to receive more messages after restart -qpid_tests.broker_0_10.message.MessageTests.test_window_stop - #QPID-3605 Durable subscriber with no-local true receives messages on re-connection qpid_tests.broker_0_10.message.MessageTests.test_no_local_awkward -- cgit v1.2.1