Bug 261699

Summary: [build.webkit.org] webdriver-test step should fail builds that exceed a predefined threshold of log lines
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Aakash Jain <aakash_jain>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=249054

Description Aakash Jain 2023-09-18 14:24:32 PDT
Similar to https://bugs.webkit.org/show_bug.cgi?id=261614, webdriver-test step should also fail builds that exceed a predefined threshold of log lines. This can cause buildbot to grind to a halt as it cannot handle the memory / database load.

(This is a subtask of https://bugs.webkit.org/show_bug.cgi?id=249054)

One example was on 2022-12-09 when the buildbot server was extremely slow and returning 502. The cause was huge logging, 
e.g.: over 5 million log lines in webdriver-test step in https://build.webkit.org/#/builders/730/builds/13
Comment 1 Aakash Jain 2023-09-18 14:28:50 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17877
Comment 2 Radar WebKit Bug Importer 2023-09-18 14:30:26 PDT
<rdar://problem/115679662>
Comment 3 EWS 2023-09-18 14:56:05 PDT
Committed 268094@main (5d3a040a8b27): <https://commits.webkit.org/268094@main>

Reviewed commits have been landed. Closing PR #17877 and removing active labels.