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

grpc / grpc-java / 16706
89%

Build:
DEFAULT BRANCH: master
Ran 30 Dec 2019 04:43PM UTC
Jobs 1
Files 274
Run time 26s
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
16706

push

travis-ci

ejona86
netty: Add Executor When Creating SslContext

This PR is to add one more Executor parameter when creating the SslContext.
In Netty, we already have this implementation for passing Executor when creating SslContext: netty/netty#8847. This extra Executor is used to take some time-consuming tasks when doing SSL handshake. However, in current gRPC implementation, we are not using this API.

In this PR, the relevant changes are:

1. get the executorPool from ChannelBuilder or ServerBuilder

2. pass the executorPool all the way down to ClientTlsHandler

3. fill executorPool in when creating SslHandler

16518 of 18896 relevant lines covered (87.42%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 16706.1 30 Dec 2019 04:43PM UTC 0
87.42
Travis Job 16706.1
Source Files on build 16706
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #16706
  • 19805233 on github
  • Prev Build on master (#16697)
  • Next Build on master (#16708)
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