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

grpc / grpc-java / 11867
89%

Build:
DEFAULT BRANCH: master
Ran 19 Oct 2018 07:28PM UTC
Jobs 1
Files 253
Run time 14s
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
11867

push

travis-ci

web-flow
core: ignore localhost and IP addresses for JNDI

This change is mainly to fix a test, but it also is an implementation of the proposal here: https://github.com/grpc/proposal/pull/79

In short:

* Do not do SRV or TXT lookups when the target name is `localhost`.  This can be overriden by a system property
* Do not do SRV or TXT lookups when the target name is an IPv6 or IPv4 address.  This _cannot_ be overriden.  The constructed domains for these queries would themselves not be valid.  (e.g. _grpclb._tcp.192.168.0.1)
* Speeds up initial connection when communicating over local host, since it is extremely uncommon that such a connection would need gRPCLB or SRV records

I expect to remove the system property after a release if no one asks about it.

15003 of 17143 relevant lines covered (87.52%)

0.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11867.1 19 Oct 2018 07:28PM UTC 0
87.52
Travis Job 11867.1
Source Files on build 11867
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #11867
  • 93d9b32d on github
  • Prev Build on master (#11862)
  • Next Build on master (#11869)
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