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
As noticed by @ idelpivnitskiy: in RoundRobinLoadBalancerTest the serviceDiscoveryPublisher is completed but later onNext is invoked. It violates the spec. TestPublisher should validate such misuse and the tests should create a new publisher.
The text was updated successfully, but these errors were encountered:
idelpivnitskiy
changed the title
TestPublisher should notice invalid re-use after onComplete is called.
TestPublisher should notice invalid re-use after termination
Aug 16, 2021
As noticed by @ idelpivnitskiy: in
RoundRobinLoadBalancerTest
theserviceDiscoveryPublisher
is completed but lateronNext
is invoked. It violates the spec.TestPublisher
should validate such misuse and the tests should create a new publisher.The text was updated successfully, but these errors were encountered: