Skip to content

Callback module selection for (gen_tcp) listen, connect and (gen_udp) open (OTP-19695) #10013

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

bmk
Copy link
Contributor

@bmk bmk commented Jul 2, 2025

The order of the options, should not effect selection of the callback module (when the module option has been provided).

bmk added 4 commits July 2, 2025 15:22
The order of the options (when calling gen_tcp:[listen|connect] or
gen_udp:open) should not have any effect of if the module option
(tcp_module for gen_tcp or udp_module for gen_udp) is choosen.

OTP-19695
Add (gen_tcp) listen test case for module option testing.

OTP-19695
Add (gen_tcp) connect test case for module option testing.

OTP-19695
Add (gen_udp) open test case for module option testing.

OTP-19695
@bmk bmk requested review from jhogberg and rickard-green July 2, 2025 13:34
Copy link
Contributor

github-actions bot commented Jul 2, 2025

CT Test Results

    2 files     71 suites   1h 6m 45s ⏱️
1 597 tests 1 338 ✅ 258 💤 1 ❌
1 849 runs  1 532 ✅ 316 💤 1 ❌

For more details on these failures, see this check.

Results for commit fca8ef3.

♻️ 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

@IngelaAndin IngelaAndin added the team:PS Assigned to OTP team PS label Jul 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team:PS Assigned to OTP team PS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants