Bug 229865

Summary: [webkitpy] Make autoinstaller output less verbose and more readable
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: ASSIGNED ---    
Severity: Normal CC: aakash_jain, ap, jbedard, ryanhaddad, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Description Aakash Jain 2021-09-03 06:40:56 PDT
We should make autoinstaller output less verbose and more readable. Currently for every package it prints three separate lines, each line containing the package name and version number. e.g.:

Downloading webencodings-0.5.1...
Installing webencodings-0.5.1...
Installed webencodings-0.5.1!
Downloading beautifulsoup4-4.9.3...
Installing beautifulsoup4-4.9.3...
Installed beautifulsoup4-4.9.3!

Instead it should print one line per package, something like:

Downloading webencodings-0.5.1...Installing...Installed!
Downloading beautifulsoup4-4.9.3...Installing...Installed!
Comment 1 Jonathan Bedard 2021-09-03 07:48:52 PDT
Darin's suggestion for this, if I recall, was to replace lines.

Is the complaint here about locally running changes or the logs we get in automation?
Comment 2 Aakash Jain 2021-09-03 08:06:44 PDT
(In reply to Jonathan Bedard from comment #1)
> Is the complaint here about locally running changes or the logs we get in automation?
I noticed it mostly in local runs. Currently, the output can be multiple pages long sometimes.
Comment 3 Radar WebKit Bug Importer 2021-09-10 09:14:39 PDT
<rdar://problem/82975138>