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

grpc / grpc-java / 3100
87%
master: 89%

Build:
Build:
LAST BUILD BRANCH: v1.79.x
DEFAULT BRANCH: master
Ran 07 Mar 2016 06:52PM UTC
Jobs 1
Files 129
Run time 47s
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
3100

push

travis-ci

zhangkun83
Run createTransportRunnable outside of lock.

Because `scheduleConnection()` is run under lock, if we ran
`createTransportRunnable` inside `scheduleConnection()`,
`savedDelayedTransport.setTransport()` will be under lock which violates
the assumption made in https://github.com/grpc/grpc-java/issues/1408 that

> there is an implicit rule today that channel layer will not hold any lock while calling into transport

and had caused deadlock with `InProcessTransport`.

This is a partial back-port of 0e14516f5
from master. A large portion of changes on tests is not ported because
of conflict caused by API changes in master.

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

5619 of 6450 relevant lines covered (87.12%)

0.87 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
100.0
core/src/main/java/io/grpc/internal/TransportSet.java

Uncovered Existing Lines

Lines Coverage ∆ File
5
100.0
netty/src/main/java/io/grpc/netty/ProtocolNegotiators.java
Jobs
ID Job ID Ran Files Coverage
1 3100.1 07 Mar 2016 06:52PM UTC 0
87.12
Travis Job 3100.1
Source Files on build 3100
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3100
  • ea43d76c on github
  • Prev Build on v0.13.x (#3033)
  • Next Build on v0.13.x (#3121)
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