Bug 302485

Summary: [webkitpy] Executive.run_command should log command before running.
Product: WebKit Reporter: Ben Schwartz <ben_schwartz>
Component: Tools / TestsAssignee: Ben Schwartz <ben_schwartz>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Ben Schwartz
Reported 2025-11-13 10:53:25 PST
Executive.run_command only logs the command being run after it completes. For debugging purposes, it would be great to have logging before the command is run so that we can see which commands are hanging. To supplement this change, we should only log at the end if it takes longer than x seconds (where x is whatever we deem is the end of a reasonable timeframe) or if the exit code wasn't 0.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-11-13 10:53:32 PST
Ben Schwartz
Comment 2 2025-11-13 10:57:17 PST
EWS
Comment 3 2025-11-13 13:22:01 PST
Committed 303002@main (0e7432d919ef): <https://commits.webkit.org/303002@main> Reviewed commits have been landed. Closing PR #53887 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.