Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActorsLeakSpec: must not leak actors #30659

Closed
raboof opened this issue Sep 8, 2021 · 0 comments · Fixed by #30660
Closed

ActorsLeakSpec: must not leak actors #30659

raboof opened this issue Sep 8, 2021 · 0 comments · Fixed by #30660
Labels
failed Tickets that indicate a CI failure, likely a flakey test

Comments

@raboof
Copy link
Member

raboof commented Sep 8, 2021

ErrorFilter picking up an excess TimeoutException:

[info] - must not leak actors *** FAILED *** (12 seconds, 311 milliseconds)
[info]   java.lang.AssertionError: received 1 excess messages on ErrorFilter(class java.util.concurrent.TimeoutException,None,Left(),false)
[info]   at akka.testkit.EventFilter.intercept(TestEventListener.scala:124)
[info]   at akka.remote.classic.ActorsLeakSpec.f$proxy1$10(ActorsLeakSpec.scala:214)
[info]   at akka.remote.classic.ActorsLeakSpec.$init$$$anonfun$2$$anonfun$1(ActorsLeakSpec.scala:78)
@raboof raboof added the failed Tickets that indicate a CI failure, likely a flakey test label Sep 8, 2021
raboof added a commit to raboof/akka that referenced this issue Sep 8, 2021
Instability due to receiving an excess TimeoutException in the logging.

This just removes the check for the logging.

Fixes akka#30659
raboof added a commit that referenced this issue Sep 8, 2021
Instability due to receiving an excess TimeoutException in the logging.

This just removes the check for the logging.

Fixes #30659
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed Tickets that indicate a CI failure, likely a flakey test
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant