INT-3786: Fix Several Sporadic Test Failures
JIRA: https://jira.spring.io/browse/INT-3786 * Increase `receiveTimeout` for several `QueueChannel` and `CountDownLatch` based tests * Fix `FileSplitterTests` for Windows compatibility - `UTF-8` for bytes conversion * Make some STOMP tests as `LongRunning` The next fixing phase
This commit is contained in:
committed by
Gary Russell
parent
3c9b0e4e82
commit
ec12b289c2
@@ -187,7 +187,9 @@ public abstract class AbstractServerConnectionFactory
|
||||
}
|
||||
|
||||
protected void publishServerExceptionEvent(Exception e) {
|
||||
getApplicationEventPublisher().publishEvent(new TcpConnectionServerExceptionEvent(this, e));
|
||||
if (getApplicationEventPublisher() != null) {
|
||||
getApplicationEventPublisher().publishEvent(new TcpConnectionServerExceptionEvent(this, e));
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user