| Summary: | REGRESSION: [Ventura] 16 TestWebKitAPI.WebPushD tests failing/timing out | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | New Bugs | Assignee: | Alex Christensen <achristensen> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | achristensen, beidson, rackler, webkit-bot-watchers-bugzilla, webkit-bug-importer, youennf |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=251485 | ||
|
Description
Ryan Haddad
2023-02-02 15:05:24 PST
TestWebKitAPI.WebPushDTest.UnsubscribesOnServiceWorkerUnregisterTest It has been a constant API timeout on macOS since 259665@main. <https://commits.webkit.org/259665@main> changed webpush so it most likely caused this timeout. Testing reproduction using 22A380. 259664@main --> Passed 259665@main --> Failed HISTORY: https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.WebPushDTest.UnsubscribesOnServiceWorkerUnregisterTest This issue can be bisected to 259665@main using command: run-api-tests --debug --iterations=1 TestWebKitAPI.WebPushDTest.UnsubscribesOnServiceWorkerUnregisterTest Pull request: https://github.com/WebKit/WebKit/pull/9586 Committed 259806@main (58201f5319e0): <https://commits.webkit.org/259806@main> Reviewed commits have been landed. Closing PR #9586 and removing active labels. I confirmed after landing <https://commits.webkit.org/259806@main> that tests are consistently passing. |