Allow some blockhound block methods

- Looks like some tests fails with redis
  as new lettuse driver, during connect phase,
  will block as there's a timeout which cause
  a block within netty internals(which a bit weird).
- Time of this commit block error came from
  https://github.com/netty/netty/blame/4.1/common/src/main/java/io/netty/util/HashedWheelTimer.java#L349
This commit is contained in:
Janne Valkealahti
2020-10-31 14:51:50 +00:00
parent 7963c24d8c
commit 3d2e1de237
4 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1 @@
org.springframework.statemachine.data.redis.StateMachineBlockHoundIntegration