-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Finish gen_server
event time-outs
#9621
base: master
Are you sure you want to change the base?
Finish gen_server
event time-outs
#9621
Conversation
CT Test Results 2 files 97 suites 1h 13m 3s ⏱️ Results for commit 9542de5. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts// Erlang/OTP Github Action Bot |
9086027
to
40ada48
Compare
Looks good, just a few nitpicks ;) |
40ada48
to
9619a50
Compare
Another nitpick, in the test suite, the functions |
Good nitpicks! |
For the record. Test case for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
This PR:s documentation is now built. Most changes are in the |
@RaimoNiskanen @IngelaAndin what is the status of this PR, I wonder? AFAIK, code freeze is supposed to be ~next week, and while this PR is mainly docs, it does also contain code changes to accomodate for |
Already done at 54f685b, to be removed when that PR is merged.
Already done at 54f685b, to be removed when that PR is merged.
I have been away a few days, but expect to merge this today... |
The test functions are better of not being named after which specific functions that implements the hibernation.
a8cb05a
to
9542de5
Compare
Squashed the documentation commits |
Mainly documentation for the new
gen_server
event time-outs, continuation of PR #9287.I also added handling of time
infinity
, for completeness, becausegen_statem
's event time-outs handles that, and also since all values allowed for legacy time-outs should work for the new event time-outs.Test case for
Time = infinity
is still missing.Please review the documentation, I am thinking of you; @juhlig and @Maria-12648430...
Related PRs: #9287 and #9615