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

tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git


The following commit(s) were added to refs/heads/main by this push:
     new 4f40d07  Add missing test expectation which fixes some intermittent CI 
failures
4f40d07 is described below

commit 4f40d075ca0109d8c4795147557835ebc2f844e3
Author: Timothy Bish <[email protected]>
AuthorDate: Wed Apr 28 11:57:47 2021 -0400

    Add missing test expectation which fixes some intermittent CI failures
---
 .../java/org/apache/qpid/protonj2/client/impl/ReconnectSenderTest.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/protonj2-client/src/test/java/org/apache/qpid/protonj2/client/impl/ReconnectSenderTest.java
 
b/protonj2-client/src/test/java/org/apache/qpid/protonj2/client/impl/ReconnectSenderTest.java
index 8b6f9a3..3aa88a8 100644
--- 
a/protonj2-client/src/test/java/org/apache/qpid/protonj2/client/impl/ReconnectSenderTest.java
+++ 
b/protonj2-client/src/test/java/org/apache/qpid/protonj2/client/impl/ReconnectSenderTest.java
@@ -312,6 +312,7 @@ class ReconnectSenderTest extends ImperativeClientTestCase {
             intermediatePeer.expectOpen().respond();
             intermediatePeer.expectBegin().respond();
             intermediatePeer.expectAttach().ofSender();
+            intermediatePeer.expectAttach().ofSender();
             intermediatePeer.dropAfterLastHandler();
             intermediatePeer.start();
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to