|
Ran
|
Jobs
3
|
Files
153
|
Run time
31min
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/wikimedia/parsoid/commit/<a class=hub.com/wikimedia/parsoid/commit/3e8c87cf2a087fde0afcc404ffe1f71596408600">3e8c87cf2<a href="https://github.com/wikimedia/parsoid/commit/3e8c87cf2a087fde0afcc404ffe1f71596408600">">Fix regression in [[:ru:Fable Legends]] This page on ruwiki would cause a crash: $ bin/parse.js --domain ru.wikipedia.org --pageName Fable_Legends &lt; /dev/null [...eventually...] {&quot;name&quot;:&quot;parsoid&quot;,&quot;hostname&quot;:&quot;earth&quot;,&quot;pid&quot;:11021,&quot;level&quot;:60,&quot;logType&quot;:&quot;fatal&quot;,&quot;wiki&quot;:&quot;ruwiki&quot;,&quot;title&quot;:&quot;Fable Legends&quot;,&quot;oldId&quot;:null,&quot;reqId&quot;:null,&quot;userAgent&quot;:&quot;Roundtrip-Test&quot;,&quot;msg&quot;:&quot;Cannot read property &#39;ownerDocument&#39; of undefined&quot;,&quot;stack&quot;:&quot;TypeError: Cannot read property &#39;ownerDocument&#39; of undefined at insertElement (/home/subbu/work/wmf/deploy/node_modules/domino/lib/HTMLParser.js:2645:30) at insertHTMLElement (/home/subbu/work/wmf/deploy/node_modules/domino/lib/HTMLParser.js:2620:15) at in_body_mode (/home/subbu/work/wmf/deploy/node_modules/domino/lib/HTMLParser.js:5723:9) at Object.insertToken (/home/subbu/work/wmf/deploy/node_modules/domino/lib/HTMLParser.js:2521:7) at HTML5TreeBuilder.processToken (/home/subbu/work/wmf/parsoid/lib/wt2html/HTML5TreeBuilder.js:226:17) at HTML5TreeBuilder.onChunk (/home/subbu/work/wmf/parsoid/lib/wt2html/HTML5TreeBuilder.js:103:9) at SyncTokenTransformManager.emitter.addListener.tokens (/home/subbu/work/wmf/parsoid/lib/wt2html/HTML5TreeBuilder.js:57:47) [...] The source of this crasher was an extra EOFTk which was being emitted, which was causing the document to be closed; inserting the next token after the EOFTk was causing this crash. Root cause was a bug in </a><a class="double-link" href="https://github.com/wikimedia/parsoid/commit/<a class="double-link" href="https://github.com/wikimedia/parsoid/commit/d5a16abb7dd1c513a12e62010562d7eb5602e3f7">d5a16abb7</a>">d5a16abb7</a><a href="https://github.com/wikimedia/parsoid/commit/3e8c87cf2a087fde0afcc404ffe1f71596408600"> where I didn't c... (continued)
9599 of 12098 branches covered (79.34%)
15023 of 17757 relevant lines covered (84.6%)
90231.83 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 2781.1 | 0 |
84.6 |
Travis Job 2781.1 | |
| 2 | 2781.2 | 0 |
84.6 |
Travis Job 2781.2 | |
| 3 | 2781.3 | 0 |
84.63 |
Travis Job 2781.3 |