Bug 215325

Summary: [ Catalina wk1 ews ] media/remote-control-command-seek.html is a flaky timeout
Product: WebKit Reporter: Karl Rackler <rackler>
Component: New BugsAssignee: Eric Carlson <eric.carlson>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, jer.noble, jonlee, ryanhaddad, simon.fraser, 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=192381
Attachments:
Description Flags
Patch none

Description Karl Rackler 2020-08-10 10:17:47 PDT
Description:
media/remote-control-command-seek.html

I could not found instances of the flaky timeout on the dashboard as this only seems to be happening on ews.

The test was expecting EVENT(timeupdate) EXPECTED (video.currentTime.toFixed(1) == '1.6') OK, but instead FAIL: Timed out waiting for notifyDone to be called Test that the "seekToPlaybackPosition" remote control command works.

History:
Started 07/26/20 Test media/remote-control-command-seek.html flaked in https://ews-build.webkit.org/#/builders/30/builds/14587
Contenting through today 08/10/20 with Flaky test: media/remote-control-command-seek.html Build: https://ews-build.webkit.org/#/builders/30/builds/15416

Diff Log:
--- /Volumes/Data/worker/macOS-Mojave-Release-WK1-Tests-EWS/build/layout-test-results/media/remote-control-command-seek-expected.txt
+++ /Volumes/Data/worker/macOS-Mojave-Release-WK1-Tests-EWS/build/layout-test-results/media/remote-control-command-seek-actual.txt
@@ -1,3 +1,4 @@
+FAIL: Timed out waiting for notifyDone to be called
 Test that the "seekToPlaybackPosition" remote control command works.
 
 
@@ -7,8 +8,4 @@
 * Send a seek command.
 RUN(internals.postRemoteControlCommand('seekToPlaybackPosition', 1.6))
 
-EVENT(timeupdate)
-EXPECTED (video.currentTime.toFixed(1) == '1.6') OK
 
-END OF TEST
-
Comment 1 Radar WebKit Bug Importer 2020-08-10 10:18:42 PDT
<rdar://problem/66786834>
Comment 3 Karl Rackler 2020-10-15 07:37:54 PDT
I have marked this test as timeout while this issue is investigated.
https://trac.webkit.org/changeset/268523/webkit
Comment 4 Ryan Haddad 2021-03-03 20:37:17 PST
Updated test expectations since EWS moved to Catalina in r273871.
Comment 5 Jon Lee 2022-01-20 19:08:10 PST
Created attachment 449631 [details]
Patch
Comment 6 EWS 2022-01-20 20:36:26 PST
Tools/Scripts/svn-apply failed to apply attachment 449631 [details] to trunk.
Please resolve the conflicts and upload a new patch.
Comment 7 Jon Lee 2022-01-25 13:26:21 PST
Committed r288579 (246401@trunk): <https://commits.webkit.org/246401@trunk>