Author: kwall
Date: Thu Feb 16 12:38:51 2017
New Revision: 1783197
URL: http://svn.apache.org/viewvc?rev=1783197&view=rev
Log:
NO-JIRA: [Java System Tests] Correct sporadically failing test
ProducerFlowControlTest
Modified:
qpid/java/trunk/systests/src/test/java/org/apache/qpid/test/client/ProducerFlowControlTest.java
Modified:
qpid/java/trunk/systests/src/test/java/org/apache/qpid/test/client/ProducerFlowControlTest.java
URL:
http://svn.apache.org/viewvc/qpid/java/trunk/systests/src/test/java/org/apache/qpid/test/client/ProducerFlowControlTest.java?rev=1783197&r1=1783196&r2=1783197&view=diff
==============================================================================
---
qpid/java/trunk/systests/src/test/java/org/apache/qpid/test/client/ProducerFlowControlTest.java
(original)
+++
qpid/java/trunk/systests/src/test/java/org/apache/qpid/test/client/ProducerFlowControlTest.java
Thu Feb 16 12:38:51 2017
@@ -77,7 +77,8 @@ public class ProducerFlowControlTest ext
{
_producer.send(_message);
_restTestHelper.waitForAttributeChanged(_queueUrl,
org.apache.qpid.server.model.Queue.QUEUE_FLOW_STOPPED, Boolean.TRUE);
- ((AMQSession<?, ?>) _producerSession).sync(); // Ensure that the
client has processed the flow control.
+ // Ensure that the client has processed the incoming flow/messagestop
+ _producerConnection.createSession(false,
Session.AUTO_ACKNOWLEDGE).close();
try
{
_producer.send(_message);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]