Return-Path: X-Original-To: apmail-activemq-issues-archive@minotaur.apache.org Delivered-To: apmail-activemq-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9ACDF18C1B for ; Wed, 14 Oct 2015 11:22:05 +0000 (UTC) Received: (qmail 80817 invoked by uid 500); 14 Oct 2015 11:22:05 -0000 Delivered-To: apmail-activemq-issues-archive@activemq.apache.org Received: (qmail 80785 invoked by uid 500); 14 Oct 2015 11:22:05 -0000 Mailing-List: contact issues-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list issues@activemq.apache.org Received: (qmail 80776 invoked by uid 99); 14 Oct 2015 11:22:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Oct 2015 11:22:05 +0000 Date: Wed, 14 Oct 2015 11:22:05 +0000 (UTC) From: "Erich Duda (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ARTEMIS-259) ClientCrashTest: tests fail on slower machines MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Erich Duda created ARTEMIS-259: ---------------------------------- Summary: ClientCrashTest: tests fail on slower machines Key: ARTEMIS-259 URL: https://issues.apache.org/jira/browse/ARTEMIS-259 Project: ActiveMQ Artemis Issue Type: Bug Affects Versions: 1.1.0 Reporter: Erich Duda {code} java.lang.AssertionError: expected:<1> but was:<2> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:555) at org.junit.Assert.assertEquals(Assert.java:542) at org.apache.activemq.artemis.tests.integration.clientcrash.ClientTestBase.assertActiveConnections(ClientTestBase.java:50) at org.apache.activemq.artemis.tests.integration.clientcrash.ClientCrashTest.testCrashClient(ClientCrashTest.java:109) {code} {code} java.lang.AssertionError: expected:<1> but was:<2> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:555) at org.junit.Assert.assertEquals(Assert.java:542) at org.apache.activemq.artemis.tests.integration.clientcrash.ClientTestBase.assertActiveConnections(ClientTestBase.java:50) at org.apache.activemq.artemis.tests.integration.clientcrash.ClientCrashTest.testCrashClient2(ClientCrashTest.java:143) {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)