You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2018/03/14 11:43:18 UTC

[1/2] qpid-broker-j git commit: QPID-8123: [Broker-J] [System Tests] Add extra logging MultiNodeTest#testLossOfQuorumCausesClientDisconnection to understand occasional failure on CI environment with the old client

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master 291bccbc5 -> 36f1dd9f4


QPID-8123: [Broker-J] [System Tests] Add extra logging MultiNodeTest#testLossOfQuorumCausesClientDisconnection to understand occasional failure on CI environment with the old client


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/de9988cb
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/de9988cb
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/de9988cb

Branch: refs/heads/master
Commit: de9988cb5ca412545b15c079aff8df54cd78a5fe
Parents: 291bccb
Author: Keith Wall <kw...@apache.org>
Authored: Wed Mar 14 11:40:30 2018 +0000
Committer: Keith Wall <kw...@apache.org>
Committed: Wed Mar 14 11:40:33 2018 +0000

----------------------------------------------------------------------
 .../qpid/server/store/berkeleydb/replication/MultiNodeTest.java | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/de9988cb/bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/MultiNodeTest.java
----------------------------------------------------------------------
diff --git a/bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/MultiNodeTest.java b/bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/MultiNodeTest.java
index d541e1a..f020c7d 100644
--- a/bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/MultiNodeTest.java
+++ b/bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/MultiNodeTest.java
@@ -175,6 +175,11 @@ public class MultiNodeTest extends QpidBrokerTestCase
         {
             // PASS
         }
+        finally
+        {
+            LOGGER.debug("Closing original connection");
+            connection.close();
+        }
 
         // New connections should now fail as vhost will be unavailable
         try


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


[2/2] qpid-broker-j git commit: QPID-8123: [Broker-J] [System Tests] Add JIRA references related to Qpid JMS AMQP 1.0 test exclusions

Posted by kw...@apache.org.
QPID-8123: [Broker-J] [System Tests] Add JIRA references related to Qpid JMS AMQP 1.0 test exclusions


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/36f1dd9f
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/36f1dd9f
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/36f1dd9f

Branch: refs/heads/master
Commit: 36f1dd9f4154581fdf84bc154b6c22ead537a4bd
Parents: de9988c
Author: Keith Wall <kw...@apache.org>
Authored: Wed Mar 14 11:43:00 2018 +0000
Committer: Keith Wall <kw...@apache.org>
Committed: Wed Mar 14 11:43:00 2018 +0000

----------------------------------------------------------------------
 .../qpid/server/store/berkeleydb/replication/GroupCreator.java   | 2 +-
 .../qpid/server/store/berkeleydb/replication/MultiNodeTest.java  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/36f1dd9f/bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/GroupCreator.java
----------------------------------------------------------------------
diff --git a/bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/GroupCreator.java b/bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/GroupCreator.java
index 2cc5484..8215e88 100644
--- a/bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/GroupCreator.java
+++ b/bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/GroupCreator.java
@@ -310,7 +310,7 @@ public class GroupCreator
         if (_testcase.getBrokerProtocol().equals(Protocol.AMQP_1_0))
         {
             connectionBuilder.setOptions(Collections.singletonMap("failover.warnAfterReconnectAttempts", "1"));
-            // TODO - workaround for the fact that the client does not respect reconnectDelay if the
+            // TODO - QPIDJMS-365 - workaround for the fact that the client does not respect reconnectDelay if the
             // server closes the connection gracefully.
             connectionBuilder.setOptions(Collections.singletonMap("failover.initialReconnectDelay", "15000"));
         }

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/36f1dd9f/bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/MultiNodeTest.java
----------------------------------------------------------------------
diff --git a/bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/MultiNodeTest.java b/bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/MultiNodeTest.java
index f020c7d..595d779 100644
--- a/bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/MultiNodeTest.java
+++ b/bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/MultiNodeTest.java
@@ -144,7 +144,7 @@ public class MultiNodeTest extends QpidBrokerTestCase
     {
         if (getBrokerProtocol().equals(Protocol.AMQP_1_0))
         {
-            // TODO - there seems to be a client defect when a JMS operation is interrupted
+            // TODO - QPIDJMS-366 - there seems to be a client defect when a JMS operation is interrupted
             // by a graceful connection close from the client side.
             return;
         }
@@ -479,7 +479,7 @@ public class MultiNodeTest extends QpidBrokerTestCase
     {
         if (getBrokerProtocol().equals(Protocol.AMQP_1_0))
         {
-            // TODO - there seems to be a client defect when a JMS operation is interrupted
+            // TODO - QPIDJMS-366 - there seems to be a client defect when a JMS operation is interrupted
             // by a graceful connection close from the client side.
             return;
         }


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