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

elastic / elasticsearch-php / 55 / 11

Build:
DEFAULT BRANCH: master
Ran 21 Nov 2013 09:52PM UTC
Files 105
Run time –
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

21 Nov 2013 08:55PM UTC coverage: 89.19% (+0.2%) from 89.031%
ES_VERSION=0.90.3 ES_TEST_HOST=http://localhost:9200

push

travis-ci

polyfractal
Add a Static Connection pool that does not ping

Implements StaticNoPingConnectionPool.  This class is used when
you have a static list of nodes and do not want any pinging or
health check.

Nodes are optimistically assumed to be alive.  If they fail a
request, they are marked dead until their timeout is expired.  If
there are no nodes left alive then the connection pool terminates
with an exception (unlike StaticConnectionPool which attempts one
final round of pings).

This class should be used for fail-fast situations that require
low overhead/latency.

Closes #21

2302 of 2581 relevant lines covered (89.19%)

26.45 hits per line

Source Files on job 55.11 (ES_VERSION=0.90.3 ES_TEST_HOST=http://localhost:9200)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 55
  • Travis Job 55.11
  • 6ec9cd54 on github
  • Prev Job for ES_VERSION=0.90.3 ES_TEST_HOST=http://localhost:9200 on master (#54.12)
  • Next Job for ES_VERSION=0.90.3 ES_TEST_HOST=http://localhost:9200 on master (#56.11)
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