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

Increase timeout in OutboundIdleShutdownSpec, #30984 #31706

Merged
merged 1 commit into from
Oct 31, 2022

Conversation

patriknw
Copy link
Member

  • With the timefactor on ci it had a timeout of 6 seconds for the resolve, now that will be based on the patience setting instead, which results in 522=20 seconds
  • Not sure if this is the root cause for the test failures, but should eliminate that it is just caused by slow startup.
  • In logs we can see that the there is a valid response, but it arrives too late [akka://OutboundIdleShutdownSpec@localhost:49507/temp/_user_echo$b] received dead letter: ActorIdentity(None,Some(Actor[akka://OutboundIdleShutdownSpec-remote-1/user/echo#772428728]))

References #30984

* With the timefactor on ci it had a timeout of 6 seconds for the
 resolve, now that will be based on the patience setting instead,
 which results in 5*2*2=20 seconds
* Not sure if this is the root cause for the test failures, but
  should eliminate that it is just caused by slow startup.
* In logs we can see that the there is a valid response, but it
  arrives too late
  ```
  [akka://OutboundIdleShutdownSpec@localhost:49507/temp/_user_echo$b] received dead letter: ActorIdentity(None,Some(Actor[akka://OutboundIdleShutdownSpec-remote-1/user/echo#772428728]))
  ```
@johanandren johanandren merged commit b6885c3 into main Oct 31, 2022
@johanandren johanandren deleted the wip-30984-OutboundIdleShutdownSpec2-patriknw branch October 31, 2022 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants