[webkit-changes] [WebKit/WebKit] 940df3: [Tools][WPE] run-mvt-tests should print some statu...
Carlos Alberto Lopez Perez
noreply at github.com
Wed Feb 26 03:46:26 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 940df310a954df4bbcbdb20c86034bfa54086eef
https://github.com/WebKit/WebKit/commit/940df310a954df4bbcbdb20c86034bfa54086eef
Author: Carlos Alberto Lopez Perez <clopez at igalia.com>
Date: 2025-02-26 (Wed, 26 Feb 2025)
Changed paths:
M Tools/Scripts/run-mvt-tests
Log Message:
-----------
[Tools][WPE] run-mvt-tests should print some status updates meanwhile is running the suites
https://bugs.webkit.org/show_bug.cgi?id=288549
Reviewed by Philippe Normand.
The run-mvt-tests script is not printing any status update meanwhile
the suites are run, and sometimes some of those suites can take more
than 20 minutes (1200 seconds), so that is causing random problems
on the buildbot because buildbot is configured to kill any test step
that spends more than 1200 seconds without printing anything.
To avoid this problem, and also to improve the feedback received when
running the test suites, this patch changes to code to print each 5
seconds an update of the progress on the run of the test suite.
This is printed on the same line, with \r (carriage return), so this
status updates won't appear on the final output, only when running
the test suite.
* Tools/Scripts/run-mvt-tests:
Canonical link: https://commits.webkit.org/291107@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list