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/11 19:00:14 UTC

[1/2] activemq-artemis git commit: ARTEMIS-430 - [Artemis Testsuite] ClosingConnectionTest#testKillConnection fails

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 83738d090 -> 212c16867


ARTEMIS-430 - [Artemis Testsuite] ClosingConnectionTest#testKillConnection 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/9b60e558
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/9b60e558
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/9b60e558

Branch: refs/heads/master
Commit: 9b60e558eb894c9303c20712743a61f3c3a27f82
Parents: 83738d0
Author: Erich Duda <ed...@redhat.com>
Authored: Fri Mar 11 07:25:34 2016 +0100
Committer: Erich Duda <ed...@redhat.com>
Committed: Fri Mar 11 07:25:34 2016 +0100

----------------------------------------------------------------------
 .../artemis/tests/extras/byteman/ClosingConnectionTest.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/9b60e558/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/ClosingConnectionTest.java
----------------------------------------------------------------------
diff --git a/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/ClosingConnectionTest.java b/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/ClosingConnectionTest.java
index e5698f2..afef1d2 100644
--- a/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/ClosingConnectionTest.java
+++ b/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/ClosingConnectionTest.java
@@ -136,7 +136,7 @@ public class ClosingConnectionTest extends ActiveMQTestBase {
 
       readyToKill = true;
       try {
-         for (int i = 0; i < 8; i++) {
+         for (int i = 0; i < 10; i++) {
             producer.send(message);
          }
          fail("Sending message here should result in failure.");


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

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


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

Branch: refs/heads/master
Commit: 212c16867c4c9eddaf62095816430a6655fb6aba
Parents: 83738d0 9b60e55
Author: Clebert Suconic <cl...@apache.org>
Authored: Fri Mar 11 12:59:24 2016 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Fri Mar 11 12:59:24 2016 -0500

----------------------------------------------------------------------
 .../artemis/tests/extras/byteman/ClosingConnectionTest.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------