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

Allow control over the scheduler for testing Typed Actors #24150

Closed
chbatey opened this issue Dec 13, 2017 · 0 comments
Closed

Allow control over the scheduler for testing Typed Actors #24150

chbatey opened this issue Dec 13, 2017 · 0 comments
Assignees
Labels
2 - pick next Used to mark issues which are next up in the queue to be worked on. The tag is non-binding t:typed
Milestone

Comments

@chbatey
Copy link
Member

chbatey commented Dec 13, 2017

Similar support added to akka http akka/akka-http#1221

@patriknw patriknw added the 2 - pick next Used to mark issues which are next up in the queue to be worked on. The tag is non-binding label Dec 13, 2017
@raboof raboof self-assigned this Jan 4, 2018
raboof added a commit that referenced this issue Jan 4, 2018
First version for review. More tests, docs and Java examples still TBD.
raboof added a commit that referenced this issue Jan 23, 2018
First version for review. More tests, docs and Java examples still TBD.
raboof added a commit that referenced this issue Jan 23, 2018
First version for review. More tests, docs and Java examples still TBD.
patriknw pushed a commit that referenced this issue Jan 31, 2018
* Don't apply dilation to scheduler parameter
* Clarify ExecutionContext usage
* Clarify comment on timePasses
* Make ExplicitlyTriggeredScheduler internals private
* List currently scheduled tasks in one log message
* Execute immediately if (initialDelay <= Duration.Zero)
* Don't reschedule if scheduled task fails
* Be more efficient about logging
* Widen `timePasses` delay for now
#24243 (comment) for some
discussion on what to do instead
* Remove mechanism for mixing in config from a test trait
@patriknw patriknw added this to the 2.5.10 milestone Jan 31, 2018
manonthegithub pushed a commit to manonthegithub/akka that referenced this issue Jan 31, 2018
* Don't apply dilation to scheduler parameter
* Clarify ExecutionContext usage
* Clarify comment on timePasses
* Make ExplicitlyTriggeredScheduler internals private
* List currently scheduled tasks in one log message
* Execute immediately if (initialDelay <= Duration.Zero)
* Don't reschedule if scheduled task fails
* Be more efficient about logging
* Widen `timePasses` delay for now
akka#24243 (comment) for some
discussion on what to do instead
* Remove mechanism for mixing in config from a test trait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 - pick next Used to mark issues which are next up in the queue to be worked on. The tag is non-binding t:typed
Projects
None yet
Development

No branches or pull requests

3 participants