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

pouchdb / pouchdb / 9606
100%

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

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

Jobs
ID Job ID Ran Files Coverage
29 9606.29 (COMMAND=report-coverage COVERAGE=1 SERVER=pouchdb-server POUCHDB_SERVER_FLAGS=--in-memory PLUGINS=pouchdb-find) 20 Jun 2017 03:26PM UTC 0
100.0
Travis Job 9606.29
Source Files on build 9606
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9606
  • f1db4442 on github
  • Prev Build on master (#9592)
  • Next Build on master (#9613)
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