• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

priestjim / gen_rpc / 238
75%
master: 75%

Build:
Build:
LAST BUILD BRANCH: feature/phoenix
DEFAULT BRANCH: master
Ran 04 Oct 2016 07:55AM UTC
Jobs 1
Files 13
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
238

Pull #63

travis-ci

web-flow
Refactor gen_rpc, implement SSL support

- The server and acceptor FSMs have been converted to `gen_statem` to
  follow Erlang's best practices
  and development. As a result, **support for Erlang releases older than
  19.1 has been dropped**.

- Specific options, leveraging Erlang 19, have been enabled such as
  off-heap mailboxes for client and acceptor,
  and higher priorities for all `gen_rpc` processes.

- Ports are not dynamically assigned anymore as it shows that, after
  some research, offers no additional benefits
  to having a static port listener. That means less processes to
  supervise and less moving parts where something can
  go wrong.

- Support for SSL has been added. Please refer to the
  [README](README.md#ssl-configuration) for more information on
  how to use it.

- Module version control support has been added, effectively allowing
  you to only make RPC calls to nodes that
  run specific versions of modules.

- `lager` support has been **dropped** in favor of the logging
  backend-agnostic library `hut`, in order to better support
  Elixir installations. The test suite and development profiles still
  use lager but this doesn't interfere with production
  deployments of `gen_rpc`.

- Tests have been updated to test more edge cases, including new SSL
  functionality.

- Some options in `gen_rpc.app.src` have changed names to better
  describe what they do. Again, pleaserefer to the README to
  verify your preexisting settings are consistent with their new names.

- Various smaller bugs have been fixed and various responses have been
  massaged for consistency.
Pull Request #63: Refactor gen_rpc, implement SSL support

383 of 383 new or added lines in 10 files covered. (100.0%)

450 of 613 relevant lines covered (73.41%)

48.53 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
src/supervisor/gen_rpc_acceptor_sup.erl
1
100.0
src/supervisor/gen_rpc_client_sup.erl
3
100.0
src/gen_rpc_dispatcher.erl
6
100.0
src/gen_rpc_helper.erl
8
100.0
src/gen_rpc_server.erl
14
100.0
src/gen_rpc_client.erl
17
100.0
src/gen_rpc_acceptor.erl
23
100.0
src/driver/gen_rpc_driver_tcp.erl
27
100.0
src/driver/gen_rpc_driver_ssl.erl
Jobs
ID Job ID Ran Files Coverage
1 238.1 04 Oct 2016 07:55AM UTC 0
73.41
Travis Job 238.1
Source Files on build 238
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #238
  • Pull Request #63
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc