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

pouchdb / pouchdb / 10510
100%

Build:
DEFAULT BRANCH: master
Ran 23 Feb 2018 03:35PM UTC
Jobs 1
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

pending completion
10510

push

travis-ci

daleharvey
(#7095) - Reduce replication to server requests

* (#7095) - Reduce replication to server requests

This solves an issue where a bulkDocs request of two docs with a
continuous replication to the server causes the docs to be sent
in two replication requests rather than one.

Firstly this modifies the runBatchedCursor implementation to use
getAll() and getAllKeys() when a batchSize of -1 (or infinite) is
given. This means the onBatch callback will fire once instead of
once per doc.

Secondly this changes the idb changes implementation to call the
onChange handler in the same tick so all changes get added to the
pending batch before it's processed.

* Fixed eslint errors

2830 of 3060 branches covered (92.48%)

5847 of 5847 relevant lines covered (100.0%)

20213.36 hits per line

Jobs
ID Job ID Ran Files Coverage
26 10510.26 (COMMAND=report-coverage COVERAGE=1 SERVER=pouchdb-server POUCHDB_SERVER_FLAGS=--in-memory PLUGINS=pouchdb-find) 23 Feb 2018 03:35PM UTC 0
100.0
Travis Job 10510.26
Source Files on build 10510
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10510
  • 2987c563 on github
  • Prev Build on master (#10509)
  • Next Build on master (#10516)
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