Bug 217181 - Limit number of tests to log in case of large number of API test failures
Summary: Limit number of tests to log in case of large number of API test failures
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-10-01 08:41 PDT by Aakash Jain
Modified: 2020-10-01 17:19 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.25 KB, patch)
2020-10-01 08:44 PDT, Aakash Jain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2020-10-01 08:41:39 PDT
Limit number of tests to log in analyze-api-tests-results step in case of large number of API test failures. This logging is secondary, and is just to help in debugging. In case of thousands of failures, it becomes unreadable. e.g.: https://ews-build.webkit.org/#/builders/9/builds/461/steps/12/logs/stderr

We should limit the number of failures to log in analyze-jsc-tests-results step so as to keep it readable, (and also to avoid store all these huge logs unnecessarily in Buildbot database).

Similar to Bug 217085.
Comment 1 Aakash Jain 2020-10-01 08:44:01 PDT
Created attachment 410235 [details]
Patch
Comment 2 EWS 2020-10-01 13:58:40 PDT
Found 1 new test failure: inspector/console/queryHolders.html
Comment 3 EWS 2020-10-01 17:18:55 PDT
Committed r267862: <https://trac.webkit.org/changeset/267862>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 410235 [details].
Comment 4 Radar WebKit Bug Importer 2020-10-01 17:19:17 PDT
<rdar://problem/69863202>