Remove resetConnection from Redis Reactive test
Related to https://build.spring.io/browse/INT-SONAR-3564 When we reset shared Redis connection between tests, it may lead to a dead lock on some async command in process when the next test initiate a new connection * Remove `resetConnection()` from the `ReactiveRedisStreamMessageProducerTests` `@After` - looks like it doesn't effect anything in a whole test suite
This commit is contained in:
@@ -97,7 +97,6 @@ public class ReactiveRedisStreamMessageProducerTests extends RedisAvailableTests
|
||||
@After
|
||||
public void tearDown() {
|
||||
this.reactiveRedisStreamProducer.stop();
|
||||
RedisAvailableRule.connectionFactory.resetConnection();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user