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

wikimedia / parsoid / 2698 / 2
85%
master: 85%

Build:
DEFAULT BRANCH: master
Ran 11 Jun 2019 10:39PM UTC
Files 153
Run time 10s
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

11 Jun 2019 10:24PM UTC coverage: 84.54% (+0.001%) from 84.539%
2698.2

push

travis-ci

jenkins-bot
<a href="https://github.com/wikimedia/parsoid/commit/e5a4e6b67">Use JS mock API when hybrid testing

The parserTests.js script uses service-runner as a library to launch the
mockAPI.js as a worker and all workers listen on the same port.  It then
goes on to run the tests and eventually gets to spawnSync in hybrid
testing, which is a blocking operations.

From the php side, a curl request is made to the mockAPI, at which
point, in node.js default configuration, the master will accept the
connection and hand off the handle to the worker.  But, the master is
blocked above on the sync spawn.

Node.js has another mode where workers can accept connections directly.
This can be enabled with the env var `NODE_CLUSTER_SCHED_POLICY=none`.

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

9541 of 12027 branches covered (79.33%)

14918 of 17646 relevant lines covered (84.54%)

29650.17 hits per line

Source Files on job 2698.2
  • Tree
  • List 0
  • Changed 33
  • Source Changed 1
  • Coverage Changed 33
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 2513
  • Travis Job 2698.2
  • e5a4e6b6 on github
  • Prev Job for on master (#2697.2)
  • Next Job for on master (#2699.1)
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