Pass the global signal the text layer builder in order to remove all the listeners defined here#20928
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #20928 +/- ##
==========================================
+ Coverage 62.65% 62.68% +0.02%
==========================================
Files 173 173
Lines 121511 121511
==========================================
+ Hits 76137 76171 +34
+ Misses 45374 45340 -34
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/botio-linux integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 1 Live output at: http://54.241.84.105:8877/2e92ee28c56b9ad/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/2e92ee28c56b9ad/output.txt Total script time: 26.64 mins
|
…the listeners defined here The goal of this patch is to remove the noice we've in the logs: ``` 0:09.36 INFO Console message: [JavaScript Warning: "Script terminated by timeout at: reset@resource://pdf.js/web/viewer.mjs:11773:7 EventListener.handleEvent*#enableGlobalSelectionListener@resource://pdf.js/web/viewer.mjs:11787:12 render@resource://pdf.js/web/viewer.mjs:11716:20 async*#renderTextLayer@resource://pdf.js/web/viewer.mjs:12108:28 draw/resultPromise<@resource://pdf.js/web/viewer.mjs:12575:53 promise callback*draw@resource://pdf.js/web/viewer.mjs:12570:8 renderView@resource://pdf.js/web/viewer.mjs:7872:14 forceRendering/<@resource://pdf.js/web/viewer.mjs:13963:29 " {file: "resource://pdf.js/web/viewer.mjs" line: 11773}] ```
e2d369c to
e1f02be
Compare
|
/botio-linux integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/3b816d64658d579/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/3b816d64658d579/output.txt Total script time: 25.31 mins
|
|
Thank you for improving the logs! |
The goal of this patch is to remove the noise we've in the logs: