Bug 262928 - REGRESSION(Sonoma): [ Sonoma ] 2 API tests under TestWebKitAPI.WebKit.* are constantly timing out.
Summary: REGRESSION(Sonoma): [ Sonoma ] 2 API tests under TestWebKitAPI.WebKit.* are c...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Elliott Williams
URL:
Keywords: InRadar
Depends on: 263020
Blocks:
  Show dependency treegraph
 
Reported: 2023-10-09 15:37 PDT by Ben Schwartz
Modified: 2023-10-11 10:45 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Schwartz 2023-10-09 15:37:28 PDT
The following API tests are constantly timing out on macOS Sonoma:

TestWebKitAPI.WebKit.HTTPSProxyAPI
TestWebKitAPI.WebKit.SOCKS5API

HISTORY:

https://results.webkit.org/?suite=api-tests&suite=api-tests&test=TestWebKitAPI.WebKit.HTTPSProxyAPI&test=TestWebKitAPI.WebKit.SOCKS5API

REPRODUCIBILITY:

I was able to reproduce this issue on macOS Sonoma (14.0, 22G74/arm64) ToT using the following commands:

```
python3 Tools/CISupport/download-built-product --platform=mac --debug 'https://s3-us-west-2.amazonaws.com/archives.webkit.org/mac-sonoma-x86_64 arm64-debug/268614@main.zip'
python3 Tools/CISupport/built-product-archive --platform=mac-sonoma --debug extract
python3 Tools/Scripts/run-api-tests --no-build --json-output=api_test_results.json --debug --verbose TestWebKitAPI.WebKit.HTTPSProxyAPI TestWebKitAPI.WebKit.SOCKS5API
```

REGRESSION:

These tests have been constantly timing out since their introduction with the macOS Sonoma bring-up at 268549@main.
Comment 1 Radar WebKit Bug Importer 2023-10-09 15:37:48 PDT
<rdar://problem/116703485>
Comment 2 EWS 2023-10-10 21:06:52 PDT
Test gardening commit 269188@main (b5f962b54b6d): <https://commits.webkit.org/269188@main>

Reviewed commits have been landed. Closing PR #18872 and removing active labels.
Comment 3 Elliott Williams 2023-10-11 10:39:53 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18949
Comment 4 Elliott Williams 2023-10-11 10:45:21 PDT
Nevermind, this is being fixed in https://bugs.webkit.org/show_bug.cgi?id=263020.