Bug 241421
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 |
Karl Rackler
Description:
TestWebKitAPI.SOAuthorizationSubFrame.InterceptionError
The first failure that I saw on the dashboard was on 2/21/2022 at 247576@main. The history on the dashboard shows flakiness occurs more frequently on iOS than macOS.
History:
https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.SOAuthorizationSubFrame.InterceptionError&limit=50000
Log:
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:]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/94641397>
Karl Rackler
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:]
Brent Fulgham
It seems very unlikely that the timeouts are related to the Xcode project change in 247576@main.
Karl Rackler
(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.
Brent Fulgham
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.
Brent Fulgham
This is the same issue as Bug 239311.
Brent Fulgham
Pull request: https://github.com/WebKit/WebKit/pull/1433
Brent Fulgham
The proposed change also removes a number of arbitrary 0.5s sleeps, which may help bots move a tiny bit more quickly.
EWS
Committed r295456 (251462@main): <https://commits.webkit.org/251462@main>
Reviewed commits have been landed. Closing PR #1433 and removing active labels.