Bug 249255
Summary: | [iOS EWS] TestWebKitAPI.ProcessSwap.CrossOriginSystemPreview and TestWebKitAPI.ProcessSwap.SameOriginSystemPreview consistently timing out | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | dino, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Haddad
The following two API tests are consistently timing out on iOS EWS bots:
TestWebKitAPI.ProcessSwap.CrossOriginSystemPreview
TestWebKitAPI.ProcessSwap.SameOriginSystemPreview
https://ews-build.webkit.org/#/builders/9/builds/89130
However, they are not timing out on post-commit:
https://results.webkit.org/?suite=api-tests&suite=api-tests&test=TestWebKitAPI.ProcessSwap.CrossOriginSystemPreview&test=TestWebKitAPI.ProcessSwap.SameOriginSystemPreview
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/103318890>
Ryan Haddad
The earliest instance I see on EWS for TestWebKitAPI.ProcessSwap.CrossOriginSystemPreview failing is from 4 days ago for an unrelated PR with a base revision of https://commits.webkit.org/257639@main
Ryan Haddad
Based on a conversation in slack, it looks like this test is trying to load content from https://webkit.org in https://github.com/WebKit/WebKit/blob/main/Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm#L1978, which must be getting blocked on the EWS network.
Not sure what caused this to start happening, but Dean is looking at fixing this.
Alexey Proskuryakov
A new bug was used for landing a fix, for some reason.
*** This bug has been marked as a duplicate of bug 249277 ***