Bug 241982
Summary: | REGRESSION (251654@main): [ macOS Release ] Two TestWebKitAPI.VideoControlsManager.VideoControlsManager tests are flaky timeout | ||
---|---|---|---|
Product: | WebKit | Reporter: | Karl Rackler <rackler> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | beidson, jer.noble, webkit-bot-watchers-bugzilla, webkit-bug-importer, y_soliman |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=225451 |
Karl Rackler
Description:
TestWebKitAPI.VideoControlsManager.VideoControlsManagerSmallVideoInMediaDocument
TestWebKitAPI.VideoControlsManager.VideoControlsManagerTearsDownMediaControlsOnDealloc
The first failure that I saw on the dashboard was on 6/17/2022 at 251655@main. 251654@main touches video.currentSrc so could possibly be related.
This flaky timeout on the dashboard happens on macOS Release only and not macOS Debug.
I have not been successful in being able to reproduce these timeouts locally.
History:
https://results.webkit.org/?suite=api-tests&suite=api-tests&test=TestWebKitAPI.VideoControlsManager.VideoControlsManagerSmallVideoInMediaDocument&test=TestWebKitAPI.VideoControlsManager.VideoControlsManagerTearsDownMediaControlsOnDealloc&limit=50000&platform=mac&style=release
run-api-tests stdio:
Timeout
TestWebKitAPI.VideoControlsManager.VideoControlsManagerSmallVideoInMediaDocument
2022-06-17 17:50:07.270 com.apple.WebKit.WebContent.Development[49475:32727849] ApplePersistence=NO
2022-06-17 17:50:07.535 com.apple.WebKit.WebContent.Development[49479:32727890] ApplePersistence=NO
TestWebKitAPI.VideoControlsManager.VideoControlsManagerTearsDownMediaControlsOnDealloc
2022-06-17 17:50:40.289 com.apple.WebKit.WebContent.Development[49481:32728093] ApplePersistence=NO
2022-06-17 17:50:40.560 com.apple.WebKit.WebContent.Development[49485:32728141] ApplePersistence=NO
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/95875578>
Ryan Haddad
With a local release build, I was able to reproduce timeouts with the following:
run-api-tests --release --no-build --verbose TestWebKitAPI.VideoControlsManager.VideoControlsManagerSmallVideoInMediaDocument TestWebKitAPI.VideoControlsManager.VideoControlsManagerTearsDownMediaControlsOnDealloc
This resulted in either one or both of the tests timing out across multiple attempts.
Ryan Haddad
After reverting 251654@main locally, I can no longer reproduce the timeouts.
Ryan Haddad
Reverting in https://github.com/WebKit/WebKit/pull/1790
Ryan Haddad
https://commits.webkit.org/251841@main