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

wikimedia / parsoid / 2277
85%

Build:
DEFAULT BRANCH: master
Ran 07 Feb 2019 09:12PM UTC
Jobs 3
Files 116
Run time 50min
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
2277

push

travis-ci

jenkins-bot
<a href="https://github.com/wikimedia/parsoid/commit/c390b41ff">Reduce the batch size for pageprop requests

The default batch size is 50.  However, since redlinks are added
serially in a post-processing pass (T207279), requests call the batch api
directly rather than using the batcher, since they&#39;d otherwise sit idly
waiting for the batcher to make progress.

Although the number of titles in a query was split to match LIMIT_BIG1,
all queries were stuffed in batch, far surpassing the recommended batch
size.

This patch reduces the batch size for these requests to essentially 1,
since that&#39;s already getting info for LIMIT_BIG1 number of titles, but
allows for multiple requests to be made in parallel.

Fixes the consistent batching errors on the following and presumably
others.

~30k links
http://localhost:8000/fr.wikipedia.org/v3/page/html/Utilisateur%3AChico75%2Fpages_avec_pourcent/156246032

~40k links
http://localhost:8000/en.wiktionary.org/v3/page/html/User%3APengo%2Fobsolete_genus_list/49976305

Bug: T215537
Change-Id: I</a><a class="double-link" href="https://github.com/wikimedia/parsoid/commit/4498d5642">4498d5642</a>

9398 of 11811 branches covered (79.57%)

14814 of 17564 relevant lines covered (84.34%)

80802.46 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2277.1 07 Feb 2019 09:16PM UTC 0
84.34
Travis Job 2277.1
2 2277.2 07 Feb 2019 09:12PM UTC 0
84.34
Travis Job 2277.2
3 2277.3 07 Feb 2019 10:02PM UTC 0
84.34
Travis Job 2277.3
Source Files on build 2277
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2277
  • c390b41f on github
  • Prev Build on master (#2276)
  • Next Build on master (#2278)
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