mirror of https://github.com/apache/activemq.git
prevent stack overflow exception so that we can see the real exception that causes the test to fail.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1506214 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
acbe5499b5
commit
a2c297dc19
|
@ -51,8 +51,8 @@ public class AMQ2902Test extends TestCase {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG.error("got event: " + event + ", ex:" + event.getThrowableInformation().getThrowable(), event.getThrowableInformation().getThrowable());
|
|
||||||
gotExceptionInLog.set(Boolean.TRUE);
|
gotExceptionInLog.set(Boolean.TRUE);
|
||||||
|
LOG.error("got event: " + event + ", ex:" + event.getThrowableInformation().getThrowable(), event.getThrowableInformation().getThrowable());
|
||||||
}
|
}
|
||||||
if( !"Loaded the Bouncy Castle security provider.".equals(event.getMessage()) ) {
|
if( !"Loaded the Bouncy Castle security provider.".equals(event.getMessage()) ) {
|
||||||
if (event.getMDC("activemq.broker") == null) {
|
if (event.getMDC("activemq.broker") == null) {
|
||||||
|
|
Loading…
Reference in New Issue