-
Notifications
You must be signed in to change notification settings - Fork 1
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
[pull] master from erlang:master #211
Conversation
The documentation for intAgentTransports fixed. Also corrected the file header (including its example) for the agent config.
Add separate diametyer event logger module.
Improve use of the diameter event logger. Also added more of same. Also replaced use of the deprecated code:lib_dir/2 function with own util function.
More tweaking to the block_unblock test case of the udp suite. Also, *not* using the node created for the client (just use the "current" node). The reason for this to get the debug printouts from the inet driver in the shell.
Fixed a merge bug in the otp_18357 test case.
Make it possible to configure verbose or non-verbose esock mutex(es) names. OTP-19472
OTP-19472
If an IN event is triggered in the poll thread just as migration happens to scheduler polling, we should just ignore that event as the scheduler poll will get the same event.
Previosly versions was set through env variables, this have been changed to be supplied via the calls to ssl. To enable parallel test runs in the future.
Halfs the running time.
To simplify debugging add role in process dictionary.
Make socket useable directly
* lukas/erts/fix-enif_select_scheduler: erts: Guard against IN events in poll thread
* lukas/stdlib/fix-zstd-debug-emulator: zstd: Fix tests in debug emulator
* isabell/stdlib/eval-doc-fix/OTP-19184: Fix since version for `erl_eval:new_bindings/1`
…-19438' into maint
The previous fix was incorrect.
* isabell/stdlib/eval-doc-fix/OTP-19184: Fix since version for erl_eval:new_bindings/1
Reviewer's Guide by SourceryThis PR merges a wide range of changes from the erlang master branch. The changes include many updates to copyright dates across modules, significant refactoring in SSL/TLS and Diameter modules to use new transport configuration (shifting from protocol_opts to group_opts) and improved logging and error handling, addition of a new module (tls_socket_tcp.erl) to allow direct socket use for TLS, adjustments to test suites (including new transport_socket test groups, and changes to sleep values and option lists), as well as documentation updates with runtime code snippets for SNMP configuration. The diff also includes improvements in the esock NIF code with verbose mutex naming and helper functions. Flow Diagram for SNMP Runtime Configuration Generationflowchart TD
A[Start SNMP Runtime Configuration] --> B[Generate Agent Config File]
B --> C[Call snmpa_conf:write_agent_config]
C --> D[Generate Context Config File]
D --> E[Call snmpa_conf:write_context_config]
E --> F[Generate Standard Config File]
F --> G[Call snmpa_conf:write_standard_config]
G --> H[Generate Community Config File]
H --> I[Call snmpa_conf:write_community_config]
I --> J[Generate VACM Config File]
J --> K[Call snmpa_conf:write_vacm_config]
K --> L[Generate USM Config File]
L --> M[Call snmpa_conf:write_usm_config]
M --> N[Generate Notify Config File]
N --> O[Call snmpa_conf:write_notify_config]
O --> P[Generate Target Address Config File]
P --> Q[Call snmpa_conf:write_target_addr_config]
Q --> R[Generate Target Params Config File]
R --> S[Call snmpa_conf:write_target_params_config]
S --> T[End SNMP Runtime Configuration]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )
Summary by Sourcery
Tests: