| Summary: | REGRESSION(r268930): It broke the http server of run-benchmark | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> | ||||||||||
| Component: | Tools / Tests | Assignee: | Carlos Alberto Lopez Perez <clopez> | ||||||||||
| Status: | RESOLVED FIXED | ||||||||||||
| Severity: | Normal | CC: | aakash_jain, dewei_zhu, ews-watchlist, glenn, jbedard, rniwa, slewis, webkit-bug-importer | ||||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||||
| Version: | WebKit Nightly Build | ||||||||||||
| Hardware: | Unspecified | ||||||||||||
| OS: | Unspecified | ||||||||||||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=218105 https://bugs.webkit.org/show_bug.cgi?id=218918 |
||||||||||||
| Attachments: |
|
||||||||||||
|
Description
Carlos Alberto Lopez Perez
2020-11-05 20:09:44 PST
Created attachment 413390 [details]
Patch
Created attachment 413395 [details]
Patch
v2: refactor the loop to avoid repeating the code twice
Created attachment 413396 [details]
Patch
cosmetic changes: remove empty line
Created attachment 413428 [details]
Patch
fix style errors
Comment on attachment 413428 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=413428&action=review > Tools/Scripts/webkitpy/benchmark_runner/http_server_driver/simple_http_server_driver.py:39 > + for attempt in range(max_attempt): While these changes aren't required to fix the regression, they do seem to be an improvement to readability. (In reply to Jonathan Bedard from comment #5) > Comment on attachment 413428 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=413428&action=review > > > Tools/Scripts/webkitpy/benchmark_runner/http_server_driver/simple_http_server_driver.py:39 > > + for attempt in range(max_attempt): > > While these changes aren't required to fix the regression, they do seem to > be an improvement to readability. Right.. my first patch was not doing this changes.. but after I uploaded I looked at it and it looked ugly enough to have to repeat the code twice that I ended doing this small changes to try to improve the code quality Thanks for the review! Comment on attachment 413428 [details] Patch Clearing flags on attachment: 413428 Committed r269514: <https://trac.webkit.org/changeset/269514> All reviewed patches have been landed. Closing bug. |