You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Erich Duda (JIRA)" <ji...@apache.org> on 2015/10/14 13:22:05 UTC

[jira] [Created] (ARTEMIS-259) ClientCrashTest: tests fail on slower machines

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)