spring-shell
spring-shell copied to clipboard
Revisit DefaultEventLoop destroy
trafficstars
Some tests on a ci are time to time giving trouble, i.e.:
DefaultEventLoopTests > canDispatchFlux() FAILED
reactor.core.publisher.Sinks$EmissionException at DefaultEventLoopTests.java:42
Comes from:
this.many.emitComplete(Sinks.EmitFailureHandler.FAIL_FAST);
Should think if we need to retry and what is expected behavior from api point of view.