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:19 UTC

[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

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