Skip to content

Commit 34bc811

Browse files
committed
Add @LogLevels to ReactiveStreamsConsumerTests
https://build.spring.io/browse/INT-MASTERSPRING40-967/
1 parent 89d86e1 commit 34bc811

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-integration-core/src/test/java/org/springframework/integration/channel/reactive/ReactiveStreamsConsumerTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
import org.springframework.integration.config.ConsumerEndpointFactoryBean;
4747
import org.springframework.integration.endpoint.ReactiveStreamsConsumer;
4848
import org.springframework.integration.handler.MethodInvokingMessageHandler;
49+
import org.springframework.integration.test.condition.LogLevels;
4950
import org.springframework.messaging.Message;
5051
import org.springframework.messaging.MessageDeliveryException;
5152
import org.springframework.messaging.MessageHandler;
@@ -165,6 +166,7 @@ public void onComplete() {
165166
reactiveConsumer.stop();
166167
}
167168

169+
@LogLevels(level = "trace", categories = "org.springframework.integration")
168170
@Test
169171
@SuppressWarnings("unchecked")
170172
public void testReactiveStreamsConsumerPollableChannel() throws InterruptedException {

0 commit comments

Comments
 (0)