Closed silviobuss closed 5 years ago
Hi @RobWin, all the circuit breaker tests have failed (CircuitBreakerTest and ReactiveCircuitBreakerTest)
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?
Please see #6. We are fixing it
Thanks!
Hi @RobWin, all the circuit breaker tests have failed (CircuitBreakerTest and ReactiveCircuitBreakerTest)
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?