This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/master by this push:
     new 141bab4  NO-JIRA: await prior expectations to make behaviour more 
determinstic, avoid spurious failure hit in slower CI env
141bab4 is described below

commit 141bab411935304d8f9c498ec530c26c64a48f86
Author: Robbie Gemmell <rob...@apache.org>
AuthorDate: Thu Jan 9 16:30:41 2020 +0000

    NO-JIRA: await prior expectations to make behaviour more determinstic, 
avoid spurious failure hit in slower CI env
---
 .../org/apache/qpid/jms/integration/ZeroPrefetchIntegrationTest.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/ZeroPrefetchIntegrationTest.java
 
b/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/ZeroPrefetchIntegrationTest.java
index 8a169f0..c155ab9 100644
--- 
a/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/ZeroPrefetchIntegrationTest.java
+++ 
b/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/ZeroPrefetchIntegrationTest.java
@@ -414,6 +414,8 @@ public class ZeroPrefetchIntegrationTest extends 
QpidJmsTestCase {
                 }
             }, 5000, 10));
 
+            testPeer.waitForAllHandlersToComplete(2000);
+
             testPeer.expectClose();
             connection.close();
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to