You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by an...@apache.org on 2018/09/17 16:27:52 UTC

[1/2] activemq-artemis git commit: NO-JIRA: ScaleDownTest checkstyle error fix

Repository: activemq-artemis
Updated Branches:
  refs/heads/master d6bdb1a7f -> c9a4b8789


NO-JIRA: ScaleDownTest checkstyle error fix

Empty space removed that produced a checkstyle error.

(cherry picked from commit 536edc05c435e31f095a283c44fe476846ef68cb)


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/869edfa5
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/869edfa5
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/869edfa5

Branch: refs/heads/master
Commit: 869edfa503a8e87a0eea606dec754d38fd7ded7f
Parents: d6bdb1a
Author: Roddie Kieley <rk...@gmail.com>
Authored: Mon Sep 17 12:30:37 2018 -0230
Committer: Roddie Kieley <rk...@unifiedsoftworx.com>
Committed: Mon Sep 17 13:30:26 2018 -0230

----------------------------------------------------------------------
 .../activemq/artemis/tests/integration/server/ScaleDownTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/869edfa5/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.java
----------------------------------------------------------------------
diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.java
index 1a1d007..2a395d7 100644
--- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.java
+++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.java
@@ -307,7 +307,7 @@ public class ScaleDownTest extends ClusterTestBase {
 
       // trigger scaleDown from node 0 to node 1
       servers[0].stop();
-      
+
       Assert.assertEquals(((QueueImpl)((LocalQueueBinding) servers[1].getPostOffice().getBinding(new SimpleString(queueName2))).getBindable()).getRoutingType(), RoutingType.ANYCAST);
       // get the 1 message from queue 2
       addConsumer(0, 1, queueName2, null);


[2/2] activemq-artemis git commit: This closes #2321 NO-JIRA: ScaleDownTest checkstyle error fix

Posted by an...@apache.org.
This closes #2321 NO-JIRA: ScaleDownTest checkstyle error fix


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/c9a4b878
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/c9a4b878
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/c9a4b878

Branch: refs/heads/master
Commit: c9a4b8789da2d9effec035741f1ab96f54919c31
Parents: d6bdb1a 869edfa
Author: andytaylor <an...@gmail.com>
Authored: Mon Sep 17 17:27:32 2018 +0100
Committer: andytaylor <an...@gmail.com>
Committed: Mon Sep 17 17:27:32 2018 +0100

----------------------------------------------------------------------
 .../activemq/artemis/tests/integration/server/ScaleDownTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------