You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue ReactiveX#212: Added test to FluxCircuitBreakerTest to verify that an error is propagated when you subscribe to Flux.error, but the error is not thrown onSubscribe.
Copy file name to clipboardExpand all lines: resilience4j-reactor/src/test/java/io/github/resilience4j/reactor/circuitbreaker/operator/FluxCircuitBreakerTest.java
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,17 @@ public void shouldPropagateError() {
0 commit comments