mirror of https://github.com/apache/activemq.git
Disabled tests that hangs occationally. Need to revisit later.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1387003 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b749228112
commit
fef7f54a17
|
@ -22,6 +22,7 @@ import org.apache.activemq.command.ActiveMQQueue;
|
||||||
import org.apache.activemq.util.Wait;
|
import org.apache.activemq.util.Wait;
|
||||||
import org.apache.camel.test.junit4.CamelSpringTestSupport;
|
import org.apache.camel.test.junit4.CamelSpringTestSupport;
|
||||||
import org.apache.commons.dbcp.BasicDataSource;
|
import org.apache.commons.dbcp.BasicDataSource;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
@ -35,6 +36,7 @@ import javax.jms.TextMessage;
|
||||||
import java.sql.ResultSet;
|
import java.sql.ResultSet;
|
||||||
import java.sql.SQLException;
|
import java.sql.SQLException;
|
||||||
|
|
||||||
|
@Ignore("Test hangs")
|
||||||
public class JmsJdbcXALoadTest extends CamelSpringTestSupport {
|
public class JmsJdbcXALoadTest extends CamelSpringTestSupport {
|
||||||
private static final Logger LOG = LoggerFactory.getLogger(JmsJdbcXATest.class);
|
private static final Logger LOG = LoggerFactory.getLogger(JmsJdbcXATest.class);
|
||||||
BrokerService broker = null;
|
BrokerService broker = null;
|
||||||
|
|
|
@ -33,6 +33,7 @@ import org.apache.activemq.command.TransactionId;
|
||||||
import org.apache.activemq.util.Wait;
|
import org.apache.activemq.util.Wait;
|
||||||
import org.apache.camel.test.junit4.CamelSpringTestSupport;
|
import org.apache.camel.test.junit4.CamelSpringTestSupport;
|
||||||
import org.apache.commons.dbcp.BasicDataSource;
|
import org.apache.commons.dbcp.BasicDataSource;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
@ -42,6 +43,7 @@ import org.springframework.context.support.ClassPathXmlApplicationContext;
|
||||||
/**
|
/**
|
||||||
* shows broker 'once only delivery' and recovery with XA
|
* shows broker 'once only delivery' and recovery with XA
|
||||||
*/
|
*/
|
||||||
|
@Ignore("Test hangs")
|
||||||
public class JmsJdbcXATest extends CamelSpringTestSupport {
|
public class JmsJdbcXATest extends CamelSpringTestSupport {
|
||||||
private static final Logger LOG = LoggerFactory.getLogger(JmsJdbcXATest.class);
|
private static final Logger LOG = LoggerFactory.getLogger(JmsJdbcXATest.class);
|
||||||
BrokerService broker = null;
|
BrokerService broker = null;
|
||||||
|
|
Loading…
Reference in New Issue