resilience4j / resilience4j-spring-boot2-demo

A Spring Boot 2 demo which shows how to use the Resilience4j Spring Boot 2 Starter
Apache License 2.0
254 stars 190 forks source link

Broken tests - CircuitBreakerTest and ReactiveCircuitBreakerTest #9

Closed silviobuss closed 5 years ago

silviobuss commented 5 years ago

Hi @RobWin, all the circuit breaker tests have failed (CircuitBreakerTest and ReactiveCircuitBreakerTest)

image

It looks like the circuit is not respecting the waitDurationInOpenState property.

So when these tests are trying to access the success endpoint, the error "o CircuitBreaker 'backendA' is OPEN...." happens.

Do you know what it can be?

RobWin commented 5 years ago

Please see #6. We are fixing it

silviobuss commented 5 years ago

Thanks!