pekko-grpc icon indicating copy to clipboard operation
pekko-grpc copied to clipboard

NonBalancingIntegrationSpecPekkoHttp: Using pick-first should send requests to a single endpoint that is restarted in the middle

Open raboof opened this issue 6 months ago • 0 comments

[info] NonBalancingIntegrationSpecPekkoHttp:
[info] Using pick-first (non load balanced clients) - pekko-http
[info] - should send requests to a single endpoint (169 milliseconds)
[info] - should send requests to a single endpoint that is restarted in the middle *** FAILED *** (131 milliseconds)
[info]   50 was not equal to 100 (NonBalancingIntegrationSpec.scala:103)
[info]   org.scalatest.exceptions.TestFailedException:
[info]   at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:397)
[info]   at org.scalatest.matchers.should.Matchers$ShouldMethodHelperClass.shouldMatcher(Matchers.scala:7299)
[info]   at org.scalatest.matchers.should.Matchers$AnyShouldWrapper.should(Matchers.scala:7347)
[info]   at org.apache.pekko.grpc.scaladsl.NonBalancingIntegrationSpec.$anonfun$new$4(NonBalancingIntegrationSpec.scala:103)

raboof avatar Jun 09 '25 07:06 raboof