Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 216196ccaf1920f4d83b91b52c54ea5d52901f1d
https://github.com/WebKit/WebKit/commit/216196ccaf1920f4d83b91b52c54ea5d52901f1d
Author: Claudio Saavedra <[email protected]>
Date: 2026-09-07 (Mon, 07 Sep 2026)
Changed paths:
M Tools/CISupport/build-webkit-org/steps.py
M Tools/CISupport/build-webkit-org/steps_unittest.py
Log Message:
-----------
[Glib][WebDriver] Step webdriver-test has been running for more than 12 hours
https://bugs.webkit.org/show_bug.cgi?id=323599
Reviewed by Carlos Alberto Lopez Perez.
A run-webdriver-tests whose asyncio loop has wedged keeps logging the websockets
keepalive ping/pong every 20 seconds at DEBUG level, which --verbose enables.
That output resets buildbot's inactivity timeout, so the step ran for 79 hours
on builder 2018 until the container was stopped by hand. Give the step a hard
limit like the EWS test steps have.
* Tools/CISupport/build-webkit-org/steps.py:
(RunWebDriverTests.__init__):
* Tools/CISupport/build-webkit-org/steps_unittest.py:
Canonical link: https://commits.webkit.org/320621@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications