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/01/13 16:14:22 UTC

[1/2] activemq-artemis git commit: ARTEMIS-341 - [Artemis Testsuite] ConsumerTest.testAcksWithSmallSendWindow[isNetty=false||true] fails

Repository: activemq-artemis
Updated Branches:
  refs/heads/master a8c4ebd6a -> 6f2d329b9


ARTEMIS-341 - [Artemis Testsuite] ConsumerTest.testAcksWithSmallSendWindow[isNetty=false||true] 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/0c9c3def
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/0c9c3def
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/0c9c3def

Branch: refs/heads/master
Commit: 0c9c3defd6eb4903906f3fd9df0a1e107bd1659d
Parents: a8c4ebd
Author: Erich Duda <ed...@redhat.com>
Authored: Wed Jan 13 12:02:58 2016 +0100
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Jan 13 10:14:11 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/0c9c3def/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/ConsumerTest.java
----------------------------------------------------------------------
diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/ConsumerTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/ConsumerTest.java
index 2868644..3be464e 100644
--- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/ConsumerTest.java
+++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/ConsumerTest.java
@@ -274,7 +274,7 @@ public class ConsumerTest extends ActiveMQTestBase {
          }
       });
       sessionRec.start();
-      Assert.assertTrue(latch.await(5, TimeUnit.SECONDS));
+      Assert.assertTrue(latch.await(60, TimeUnit.SECONDS));
       sessionRec.close();
       locator.close();
    }


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

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


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

Branch: refs/heads/master
Commit: 6f2d329b9e96cc01eab69a8ad49faab544538f0e
Parents: a8c4ebd 0c9c3de
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed Jan 13 10:14:12 2016 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Jan 13 10:14:12 2016 -0500

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