Fix dumpio: true
logs about Script terminated by timeout
#18265
Labels
dumpio: true
logs about Script terminated by timeout
#18265
In PR #18260 we enabled
dumpio: true
for Puppeteer. This option forwards the browser logs to Node's log stream so that we can see any warnings/errors that are logged in e.g. the web console. This surfaced a few interesting issues that we should fix before we enable that further due to the spammy nature of said logs.This issue tracks the following often repeated log from http://54.241.84.105:8877/34fcd127eefeaf9/output.txt:
Note that this particular traceback, in
#pageHide
, is most common, but there are also tracebacks that occur in other places with the same termination warning.We should find out why this is logged after pretty much every test.
The text was updated successfully, but these errors were encountered: