Bug 187972 - REGRESSION (r234081): TestWebKitAPI.VideoControlsManager.VideoControlsManagerAudioElementFollowingUserInteraction is a flaky timeout
Summary: REGRESSION (r234081): TestWebKitAPI.VideoControlsManager.VideoControlsManager...
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jer Noble
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-07-24 13:51 PDT by Dawei Fenton (:realdawei)
Modified: 2018-10-22 16:06 PDT (History)
8 users (show)

See Also:


Attachments
Patch (2.21 KB, patch)
2018-08-29 14:17 PDT, Jer Noble
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dawei Fenton (:realdawei) 2018-07-24 13:51:09 PDT
API Test VideoControlsManagerAudioElementFollowingUserInteraction is frequently timing out after revision: https://trac.webkit.org/changeset/234081/webkit

sample output:
https://build.webkit.org/builders/Apple%20High%20Sierra%20Debug%20WK2%20%28Tests%29/builds/4227/steps/run-api-tests/logs/stdio

TestWebKitAPI.VideoControlsManager.VideoControlsManagerAudioElementFollowingUserInteraction Timeout
Comment 1 Alexey Proskuryakov 2018-07-27 11:18:44 PDT
Do we have confidence that this regressed with r234081? What is the next step to resolve the regression?
Comment 2 Radar WebKit Bug Importer 2018-07-27 11:19:03 PDT
<rdar://problem/42667737>
Comment 3 Jer Noble 2018-08-29 14:17:47 PDT
Created attachment 348431 [details]
Patch
Comment 4 WebKit Commit Bot 2018-09-04 10:02:03 PDT
Comment on attachment 348431 [details]
Patch

Clearing flags on attachment: 348431

Committed r235614: <https://trac.webkit.org/changeset/235614>
Comment 5 WebKit Commit Bot 2018-09-04 10:02:05 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Dawei Fenton (:realdawei) 2018-09-07 10:36:03 PDT
This test continues to be a flaky (In reply to WebKit Commit Bot from comment #4)
> Comment on attachment 348431 [details]
> Patch
> 
> Clearing flags on attachment: 348431
> 
> Committed r235614: <https://trac.webkit.org/changeset/235614>

This test continues to be a flaky time out despite this revision.

Sample output:
https://build.webkit.org/builders/Apple%20High%20Sierra%20Debug%20WK1%20%28Tests%29/builds/5504/steps/run-api-tests/logs/stdio

and

https://build.webkit.org/builders/Apple%20High%20Sierra%20Debug%20WK2%20%28Tests%29/builds/4737/steps/run-api-tests/logs/stdio
Comment 7 Dawei Fenton (:realdawei) 2018-10-10 17:32:18 PDT
The timeout can be reproduced with the following command:

while true; do run-api-tests --debug TestWebKitAPI.VideoControlsManager.VideoControlsManagerAudioElementFollowingUserInteraction ;done
Comment 8 Ryan Haddad 2018-10-18 10:12:53 PDT
I'd like to skip this test since it is making the bots red.
Comment 9 Ryan Haddad 2018-10-22 16:06:26 PDT
Disabled test in https://trac.webkit.org/r237336