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 <[email protected]> Authored: Fri Mar 11 07:25:34 2016 +0100 Committer: Erich Duda <[email protected]> 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.");
