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

grpc / grpc-java / 6527
89%
master: 89%

Build:
Build:
LAST BUILD BRANCH: v1.78.x
DEFAULT BRANCH: master
Ran 06 Jun 2017 08:31PM UTC
Jobs 1
Files 185
Run time 10s
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
6527

push

travis-ci

ejona86
netty: Eagerly create SslContext

Creating the SslContext can throw, generally due to broken ALPN. We want
that to propagate to the caller of build(), instead of within the
channel where it could easily cause hangs.

We still delay creation until actual build() time, since TLS is not
guaranteed to work and the application may be configuring plaintext or
similar later before calling build() where SslContext is unnecessary.

The only externally-visible change should be the exception handling.
I'd add a test, but the things throwing are static and trying to inject
them would be pretty messy.

Fixes #2599

5 of 5 new or added lines in 1 file covered. (100.0%)

9121 of 10235 relevant lines covered (89.12%)

0.89 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
100.0
netty/src/main/java/io/grpc/netty/NettyChannelBuilder.java

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
core/src/main/java/io/grpc/internal/ServerImpl.java
1
100.0
core/src/main/java/io/grpc/internal/AbstractStream2.java
Jobs
ID Job ID Ran Files Coverage
1 6527.1 06 Jun 2017 08:31PM UTC 0
89.12
Travis Job 6527.1
Source Files on build 6527
  • Tree
  • List 0
  • Changed 7
  • Source Changed 1
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #6527
  • 4d740a50 on github
  • Prev Build on v1.4.x (#6514)
  • Next Build on v1.4.x (#6533)
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

© 2025 Coveralls, Inc