Bug 232947 - [WebDriver] Make suite exit early after a number of crashes or failures
Summary: [WebDriver] Make suite exit early after a number of crashes or failures
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-11-10 09:35 PST by Lauro Moura
Modified: 2022-12-12 15:59 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Moura 2021-11-10 09:35:23 PST
Currently, the run-layout-tests script aborts the run if there is a large number of failures (500) or crashes/timeouts (50).

Meanwhile, the run-webdriver-tests script keeps going despite the number of failures. In the GTK4, this makes the webdriver step fill the disk with core dumps.

We should add something similar to '--exit-after-n-crashes-or-timeouts`/`--exit-after-n-failures` to run-webdriver-tests.
Comment 1 Radar WebKit Bug Importer 2021-11-17 09:36:23 PST
<rdar://problem/85507941>
Comment 2 Aakash Jain 2022-12-12 15:58:16 PST
This issue frequently affects buildbot. Due to millions of lines of logs while running webdriver tests, the server goes down (or becomes unresponsive). It happenned recently in https://build.webkit.org/#/builders/730/builds/13

We need to either fix this or stop running webdriver tests on build.webkit.org until this is fixed.