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

grpc / grpc-java / 16706 / 1
89%
master: 89%

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

30 Dec 2019 04:33PM UTC coverage: 87.415% (+0.03%) from 87.389%
16706.1

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

Source Files on job 16706.1
  • Tree
  • List 0
  • Changed 11
  • Source Changed 6
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 14020
  • Travis Job 16706.1
  • 19805233 on github
  • Prev Job for on master (#16697.1)
  • Next Job for on master (#16708.1)
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