forked from erlang/otp
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'jn/gen_stream' into pu
* jn/gen_stream: Use erlang:process_info(Pid, links) to determine if gen_stream managed worker processes are leaked Move gen_stream internal process test to after termination of gen_stream parent Add calls to code loader in every test to verify code loader still running Track gen_stream processes directly for accurate test results Patch dev to reproduce jn/gen_stream
- Loading branch information
Showing
10 changed files
with
3,108 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,6 +83,7 @@ MODULES= \ | |
gen_event \ | ||
gen_fsm \ | ||
gen_server \ | ||
gen_stream \ | ||
io \ | ||
io_lib \ | ||
io_lib_format \ | ||
|
Oops, something went wrong.