You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/03/10 14:49:38 UTC

[1/2] activemq-artemis git commit: ARTEMIS-428 - [Artemis Testsuite] ReconnectTest#testInterruptReconnectInVMInterruptMainThread fails

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 6435e49e6 -> 4fb51eff1


ARTEMIS-428 - [Artemis Testsuite] ReconnectTest#testInterruptReconnectInVMInterruptMainThread fails


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

Branch: refs/heads/master
Commit: fa210de3236009dacbd523df339b1efd7df7d212
Parents: 6435e49
Author: Erich Duda <ed...@redhat.com>
Authored: Thu Mar 10 12:04:50 2016 +0100
Committer: Erich Duda <ed...@redhat.com>
Committed: Thu Mar 10 12:04:50 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/fa210de3/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/remoting/ReconnectTest.java
----------------------------------------------------------------------
diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/remoting/ReconnectTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/remoting/ReconnectTest.java
index c344591..8be703a 100644
--- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/remoting/ReconnectTest.java
+++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/remoting/ReconnectTest.java
@@ -256,9 +256,9 @@ public class ReconnectTest extends ActiveMQTestBase {
 
             @Override
             public void beforeReconnect(ActiveMQException exception) {
-               latchCommit.countDown();
                threadToBeInterrupted.add(Thread.currentThread());
                System.out.println("Thread " + Thread.currentThread() + " reconnecting now");
+               latchCommit.countDown();
             }
          });
 


[2/2] activemq-artemis git commit: This closes #416

Posted by cl...@apache.org.
This closes #416


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

Branch: refs/heads/master
Commit: 4fb51eff1ddd9a9a98f5aceeacb6d765f99c9cef
Parents: 6435e49 fa210de
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu Mar 10 08:49:25 2016 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Mar 10 08:49:25 2016 -0500

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