Tomassino-ibm commented on issue #1327: URL: https://github.com/apache/pekko/issues/1327#issuecomment-2975903233
Hi all, we've been recently affected by this bug and I would like to try to implement a solution. I see that there's a test class called [EventSourcedStashOverflowSpec](https://github.com/apache/pekko/blob/c89068f8656eb229e453bac448be0ba8df302f67/persistence-typed-tests/src/test/scala/org/apache/pekko/persistence/typed/scaladsl/EventSourcedStashOverflowSpec.scala#L65), but the test does not fail. I changed it to actually raise a `StackOverflowError` but I'm now wondering: is that the right test? There's a comment in the code mentioning issue 29401, which seems another issue in the akka repository for the same problem. I'm asking because, if I'm correct, I can change the code of that test, otherwise I'll create a new one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org