Bug 302827
| Summary: | [WKCI] filter-test-logs can cause that buildbot ends killing an in-progress step because of no output for more than X seconds | ||
|---|---|---|---|
| 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, bfan2, 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=303545 | ||
Carlos Alberto Lopez Perez
The python script filter-test-logs that we use to send the logs directly to S3 instead of letting buildbot process them can cause that a step times out because of "command timed out: XXX seconds without output running YYY"
This has been seen, for example at https://build.webkit.org/#/builders/1618/builds/2542 where a layout test runner was working (very slow, with only 1 CPU assigned, but working).
The step couldn't finish before the 3H deadline and because of the filtering no output was printed to stdout before that 3H deadline so buildbot ends killing it
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
Pull request: https://github.com/WebKit/WebKit/pull/54218
EWS
Committed 303319@main (4f8fc62a1b48): <https://commits.webkit.org/303319@main>
Reviewed commits have been landed. Closing PR #54218 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/165119555>