You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Jean-Baptiste Onofré (Jira)" <ji...@apache.org> on 2022/11/15 16:36:00 UTC

[jira] [Created] (AMQ-9167) Fix TwoSecureBrokerRequestReplyTest

Jean-Baptiste Onofré created AMQ-9167:
-----------------------------------------

             Summary: Fix TwoSecureBrokerRequestReplyTest
                 Key: AMQ-9167
                 URL: https://issues.apache.org/jira/browse/AMQ-9167
             Project: ActiveMQ
          Issue Type: Bug
          Components: Test Cases
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: 5.18.0, 5.17.3


TwoSecureBrokerRequestReplyTest is failing with:
{code:java}
[ERROR] org.apache.activemq.usecases.TwoSecureBrokerRequestReplyTest.testRequestReply  Time elapsed: 17.918 s  <<< FAILURE!
junit.framework.AssertionFailedError: reply message : 250, to: temp-queue://sender-39671-1668529111597-12:1:251, by consumer:sender-39671-1668529111597-12:1:1:251
        at junit.framework.Assert.fail(Assert.java:57)
        at junit.framework.Assert.assertTrue(Assert.java:22)
        at junit.framework.Assert.assertNotNull(Assert.java:256)
        at junit.framework.TestCase.assertNotNull(TestCase.java:399)
        at org.apache.activemq.usecases.TwoSecureBrokerRequestReplyTest.testRequestReply(TwoSecureBrokerRequestReplyTest.java:80)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at junit.framework.TestCase.runTest(TestCase.java:177)
        at junit.framework.TestCase.runBare(TestCase.java:142)
        at org.apache.activemq.CombinationTestSupport.runBare(CombinationTestSupport.java:107)
        at org.apache.activemq.CombinationTestSupport.runBare(CombinationTestSupport.java:113)
        at junit.framework.TestResult$1.protect(TestResult.java:122)
        at junit.framework.TestResult.runProtected(TestResult.java:142)
        at junit.framework.TestResult.run(TestResult.java:125)
        at junit.framework.TestCase.run(TestCase.java:130)
        at junit.framework.TestSuite.runTest(TestSuite.java:241)
        at junit.framework.TestSuite.run(TestSuite.java:236)
        at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
        at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
        at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
        at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
        at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
        at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
        at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
        at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
        at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
 {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)