| Summary: | [ macOS ][ iOS ] TestWebKitAPI.SOAuthorizationSubFrame.InterceptionError is a flaky timeout | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Rackler <rackler> |
| Component: | New Bugs | Assignee: | Brent Fulgham <bfulgham> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=239311 | ||
|
Description
Karl Rackler
2022-06-08 09:33:52 PDT
REPRODUCTION STEPS
Command:
run-api-tests --ios-simulator --debug TestWebKitAPI.SOAuthorizationSubFrame.InterceptionError
Result:
Test suite failed
Timeout
TestWebKitAPI.SOAuthorizationSubFrame.InterceptionError
ERROR: Could not complete AppSSO: 0
/Volumes/Data/worker/trunk-opensource-ios-simulator-debug-archive/build/OpenSource/Source/WebKit/UIProcess/Cocoa/SOAuthorization/WKSOAuthorizationDelegate.mm(132) : -[WKSOAuthorizationDelegate authorization:didCompleteWithError:]
It seems very unlikely that the timeouts are related to the Xcode project change in 247576@main. (In reply to Brent Fulgham from comment #3) > It seems very unlikely that the timeouts are related to the Xcode project > change in 247576@main. I agree. I could not find a commit near that range that I could attribute to the timeouts starting. I tried running this on macOS in a loop, but couldn't get the timeout. I'm building for simulator now to see if I can repro. This is the same issue as Bug 239311. Pull request: https://github.com/WebKit/WebKit/pull/1433 The proposed change also removes a number of arbitrary 0.5s sleeps, which may help bots move a tiny bit more quickly. Committed r295456 (251462@main): <https://commits.webkit.org/251462@main> Reviewed commits have been landed. Closing PR #1433 and removing active labels. |