Upgrade Puppeteer to version 25.1.0#21285
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #21285 +/- ##
==========================================
+ Coverage 81.23% 81.45% +0.21%
==========================================
Files 258 258
Lines 65807 65807
==========================================
+ Hits 53459 53601 +142
+ Misses 12348 12206 -142
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:
|
|
/boitio browsertest |
|
/botio browsertest |
From: Bot.io (Linux m4)ReceivedCommand cmd_browsertest from @timvandermeij received. Current queue size: 1 Live output at: http://54.241.84.105:8877/09dbcd1910bfc39/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_browsertest from @timvandermeij received. Current queue size: 1 Live output at: http://54.193.163.58:8877/c46d670414223fd/output.txt |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/c46d670414223fd/output.txt Total script time: 2.21 mins
Image differences available at: http://54.193.163.58:8877/c46d670414223fd/reftest-analyzer.html#web=eq.log |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/09dbcd1910bfc39/output.txt Total script time: 18.51 mins
|
|
/botio-windows browsertest |
From: Bot.io (Windows)ReceivedCommand cmd_browsertest from @timvandermeij received. Current queue size: 0 Live output at: http://54.193.163.58:8877/e3f3717caaec26d/output.txt |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/e3f3717caaec26d/output.txt Total script time: 1.51 mins
Image differences available at: http://54.193.163.58:8877/e3f3717caaec26d/reftest-analyzer.html#web=eq.log |
|
@calixteman It looks like an earlier download/unpacking failed and left the cache directory in a partial state. Could you perhaps clear |
|
/botio browsertest |
From: Bot.io (Linux m4)ReceivedCommand cmd_browsertest from @calixteman received. Current queue size: 2 Live output at: http://54.241.84.105:8877/52bf563290e6462/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_browsertest from @calixteman received. Current queue size: 2 Live output at: http://54.193.163.58:8877/ca8090927c3334a/output.txt |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/ca8090927c3334a/output.txt Total script time: 2.34 mins
Image differences available at: http://54.193.163.58:8877/ca8090927c3334a/reftest-analyzer.html#web=eq.log |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/52bf563290e6462/output.txt Total script time: 18.46 mins
|
|
/botio browsertest |
From: Bot.io (Windows)ReceivedCommand cmd_browsertest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/0c8a6f84ab8550d/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_browsertest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/cc1aa11a00c2b43/output.txt |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/0c8a6f84ab8550d/output.txt Total script time: 1.62 mins
Image differences available at: http://54.193.163.58:8877/0c8a6f84ab8550d/reftest-analyzer.html#web=eq.log |
This is a major version bump, but the changelog at https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-core-v25.0.0 doesn't indicate any breaking changes that should impact us. Moreover, this release contains the fix for the memory leak from puppeteer/puppeteer#14876, so we can remove the workaround related to that now. Finally, we rename `.puppeteerrc` to `.puppeteerrc.json` because of puppeteer/puppeteer#15076, but in general it's a good idea to be explicit about the file format via its extension, so even if this upstream bug is fixed we don't need to revert this.
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/cc1aa11a00c2b43/output.txt Total script time: 18.57 mins
|
|
/botio-windows browsertest |
From: Bot.io (Windows)ReceivedCommand cmd_browsertest from @timvandermeij received. Current queue size: 0 Live output at: http://54.193.163.58:8877/f094139d151e071/output.txt |
|
/botio-linux browsertest |
From: Bot.io (Linux m4)ReceivedCommand cmd_browsertest from @timvandermeij received. Current queue size: 0 Live output at: http://54.241.84.105:8877/10104f82f71f2d4/output.txt |
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/f094139d151e071/output.txt Total script time: 24.82 mins
|
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/10104f82f71f2d4/output.txt Total script time: 18.35 mins
|
This is a major version bump, but the changelog at https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-core-v25.0.0 doesn't indicate any breaking changes that should impact us.
Moreover, this release contains the fix for the memory leak from puppeteer/puppeteer#14876, so we can remove the workaround related to that now.
Finally, we rename
.puppeteerrcto.puppeteerrc.jsonbecause of puppeteer/puppeteer#15076, but in general it's a good idea to be explicit about the file format via its extension, so even if this upstream bug is fixed we don't need to revert this.