|
Ran
|
Jobs
3
|
Files
153
|
Run time
10min
|
Badge
README BADGES
|
push
travis-ci
<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
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 2698.1 | 0 |
84.54 |
Travis Job 2698.1 | |
| 2 | 2698.2 | 0 |
84.54 |
Travis Job 2698.2 | |
| 3 | 2698.3 | 0 |
84.57 |
Travis Job 2698.3 |