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

wikimedia / parsoid / 2698
85%

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

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>

9543 of 12027 branches covered (79.35%)

14923 of 17646 relevant lines covered (84.57%)

90412.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2698.1 11 Jun 2019 10:50PM UTC 0
84.54
Travis Job 2698.1
2 2698.2 11 Jun 2019 10:39PM UTC 0
84.54
Travis Job 2698.2
3 2698.3 11 Jun 2019 10:48PM UTC 0
84.57
Travis Job 2698.3
Source Files on build 2698
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2698
  • e5a4e6b6 on github
  • Prev Build on master (#2697)
  • Next Build on master (#2699)
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