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

pouchdb / pouchdb / 9606 / 29
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 20 Jun 2017 03:26PM UTC
Files 1
Run time 1s
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

20 Jun 2017 01:31PM UTC coverage: 100.0%. Remained the same
COMMAND=report-coverage COVERAGE=1 SERVER=pouchdb-server POUCHDB_SERVER_FLAGS=--in-memory PLUGINS=pouchdb-find

push

travis-ci

willholley
(#6510) - validate _changes timing parameters

PouchDB already has logic to create a buffer between the server side
timeout and the client timeout, providing a 5 second grace period
for the server to respond before the client will timeout. However, there
are some situations where this causes _changes to fail with a client
timeout. Specifically:

1. If the timeout is less than 5 seconds. Given the logic to add a 5
second grace period, we need the client request timeout to be at least
this.
2. If the heartbeat is specified that is greater than the client timeout.
If a heartbeat parameter is specified, Couch ignores any timeout parameter.

To handle (1), this commit adjusts the client side timeout to be at least
the timeout + the buffer period (5 seconds). To handle (2), we make the
client side timeout at least the heartbeat value + the buffer period.

2807 of 3015 branches covered (93.1%)

5774 of 5774 relevant lines covered (100.0%)

23060.11 hits per line

Source Files on job 9606.29 (COMMAND=report-coverage COVERAGE=1 SERVER=pouchdb-server POUCHDB_SERVER_FLAGS=--in-memory PLUGINS=pouchdb-find)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 9606
  • Travis Job 9606.29
  • f1db4442 on github
  • Prev Job for COMMAND=report-coverage COVERAGE=1 SERVER=pouchdb-server POUCHDB_SERVER_FLAGS=--in-memory PLUGINS=pouchdb-find on master (#9592.29)
  • Next Job for COMMAND=report-coverage COVERAGE=1 SERVER=pouchdb-server POUCHDB_SERVER_FLAGS=--in-memory PLUGINS=pouchdb-find on master (#9613.29)
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