INT-3895: Fix MonitorTests Race Condition
JIRA: https://jira.spring.io/browse/INT-3895 * `@Ignore` `DelayerUsageTests.testDelayWithCustomScheduler()` as very weak test. (We can consider it to remove at all: doesn't test anything from our side) * Add `LogAdjustingTestSupport` diagnostic to the `OutboundGatewayFunctionTests` Tentative commit to see more logs from Travis Additional diagnostics More STOMP Diagnostics
This commit is contained in:
committed by
Gary Russell
parent
fc0af2fed6
commit
1cc1b2ef79
@@ -40,6 +40,7 @@ import org.junit.Test;
|
||||
|
||||
import org.springframework.beans.factory.BeanFactory;
|
||||
import org.springframework.integration.context.IntegrationContextUtils;
|
||||
import org.springframework.integration.test.support.LogAdjustingTestSupport;
|
||||
import org.springframework.integration.test.util.TestUtils;
|
||||
import org.springframework.jms.JmsException;
|
||||
import org.springframework.jms.connection.CachingConnectionFactory;
|
||||
@@ -55,7 +56,7 @@ import org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler;
|
||||
* @since 2.2
|
||||
*
|
||||
*/
|
||||
public class OutboundGatewayFunctionTests {
|
||||
public class OutboundGatewayFunctionTests extends LogAdjustingTestSupport {
|
||||
|
||||
private static Destination requestQueue1 = new ActiveMQQueue("request1");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user