Bug 248382

Summary: [GTK] /webkit/WebKitConsoleMessage/console-api is timing out
Product: WebKit Reporter: Diego Pino <dpino>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, cgarcia, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=258707

Diego Pino
Reported 2022-11-27 23:38:12 PST
There are several GTK-API tests timing out in the EWS GTK-API bot: https://ews-build.webkit.org/#/builders/34/builds/75259/steps/15/logs/stdio ``` Unexpected timeouts (4) /WebKitGTK/TestConsoleMessage /webkit/WebKitConsoleMessage/console-api /webkit/WebKitConsoleMessage/js-exception /webkit/WebKitConsoleMessage/network-error /webkit/WebKitConsoleMessage/security-error ```
Attachments
Carlos Garcia Campos
Comment 1 2022-11-28 00:35:40 PST
The test has been removed, but the binary is still there and the test runner script still finds it. We just need a clean build or just remove the binary from the bots.
Michael Catanzaro
Comment 2 2022-11-28 06:38:28 PST
If anyone interested has extra time: ideally we would teach api_test_runner.py to run only the particular tests that were actually built by CMake, rather than running everything that exists in the build directory. It could be done by creating a manifest of API tests to run, for example.
Diego Pino
Comment 3 2024-12-18 06:24:23 PST
This kind of problems no longer happen in the bots. We implemented several things to avoid situations like this in which a stale test remained in the build bot and got copied to the testing bot. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.