<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>108925</bug_id>
          
          <creation_ts>2013-02-05 01:59:59 -0800</creation_ts>
          <short_desc>REGRESSION (r141695): http/tests/media/video-play-stall.html is timing out</short_desc>
          <delta_ts>2021-04-09 08:35:16 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKitGTK</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>REOPENED</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Gtk, LayoutTestFailure</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Zan Dobersek">zan</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>chavarria1991</cc>
    
    <cc>clopez</cc>
    
    <cc>mrobinson</cc>
    
    <cc>pnormand</cc>
    
    <cc>rego</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>825280</commentid>
    <comment_count>0</comment_count>
    <who name="Zan Dobersek">zan</who>
    <bug_when>2013-02-05 01:59:59 -0800</bug_when>
    <thetext>The http/tests/media/video-play-stall.html layout test started timing out intermittently after r141695. When the test doesn&apos;t time out, it takes 30 seconds to fail (which is the expected outcome of the test).
http://trac.webkit.org/changeset/141695

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&amp;tests=http%2Ftests%2Fmedia%2Fvideo-play-stall.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>825300</commentid>
    <comment_count>1</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2013-02-05 02:19:55 -0800</bug_when>
    <thetext>I guess somehow the url is wrongly set, that could explain the timeout. I&apos;m a bit busy now, maybe later today I&apos;ll find time to debug this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>827573</commentid>
    <comment_count>2</comment_count>
    <who name="Manuel Rego Casasnovas">rego</who>
    <bug_when>2013-02-07 08:49:54 -0800</bug_when>
    <thetext>I&apos;ve been taking a look to the issue and I can confirm that with r141695 and r141697 (even without it) the test timeouts instead of simply fail. And without r141695 the test simply fails but id doesn&apos;t timeout.

The URL seems to be properly set to:
http://127.0.0.1:8000/resources/load-and-stall.cgi?name=../../../media/content/test.mp4&amp;mimeType=video/mp4&amp;stallAt=100000&amp;stallFor=6

At least at the end of WebKitWebSourceGStreamer::webKitWebSrcSetUri the URL is right.

At the end of MediaPlayerPrivateGStreamer::setPlaybinURL the URL has &quot;webkit+&quot; prefix, but it seems the expected value.

Sorry, but I can&apos;t help too much here :-(</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>828387</commentid>
    <comment_count>3</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2013-02-08 03:21:20 -0800</bug_when>
    <thetext>This patch breaks HTTP on-disk buffering. I think part of the issue is in GStreamer&apos;s uridecodebin which checks the decoder uri instead of querying the uri to the source element.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>828390</commentid>
    <comment_count>4</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2013-02-08 03:23:09 -0800</bug_when>
    <thetext>Closing as bug 108088 was reopened.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1069846</commentid>
    <comment_count>5</comment_count>
    <who name="Marcos Chavarría Teijeiro (irc: chavaone)">chavarria1991</who>
    <bug_when>2015-02-17 08:50:41 -0800</bug_when>
    <thetext>The test is failing after r179220 (http://trac.webkit.org/changeset/179220)

the diff is the following:

--- /home/ch01/wk-tools/layout-test-results/http/tests/media/video-play-stall-expected.txt
+++ /home/ch01/wk-tools/layout-test-results/http/tests/media/video-play-stall-actual.txt
@@ -4,11 +4,9 @@
 EVENT(durationchange)
 EVENT(loadedmetadata)
 EVENT(loadeddata)
-EVENT(canplay)
-RUN(video.play())
 EVENT(stalled)
-EXPECTED (video.currentTime != &apos;0&apos;) OK
+EXPECTED (video.currentTime != &apos;0&apos;), OBSERVED &apos;0&apos; FAIL
 EXPECTED (video.playbackRate === &apos;1&apos;) OK
-EXPECTED (video.paused === &apos;false&apos;) OK
+EXPECTED (video.paused === &apos;false&apos;), OBSERVED &apos;true&apos; FAIL
 END OF TEST

TestExpectations file updated:

webkit.org/b/108925 http/tests/media/video-play-stall.html [ Failure Timeout ]</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1746220</commentid>
    <comment_count>6</comment_count>
    <who name="Carlos Alberto Lopez Perez">clopez</who>
    <bug_when>2021-04-01 13:29:42 -0700</bug_when>
    <thetext>Re-opening issue.

This layout test started to time-out again on GTK on the interval [r274292-r274297]

I guess it may be r274293 but we need to test it to be sure</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1746222</commentid>
    <comment_count>7</comment_count>
    <who name="Carlos Alberto Lopez Perez">clopez</who>
    <bug_when>2021-04-01 13:29:59 -0700</bug_when>
    <thetext>*** Bug 224070 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1748732</commentid>
    <comment_count>8</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2021-04-09 08:35:16 -0700</bug_when>
    <thetext>https://results.webkit.org/?suite=layout-tests&amp;test=http%2Ftests%2Fmedia%2Fvideo-play-stall.html points to: https://trac.webkit.org/changeset/274292/webkit

The test was expected text failing and was unflagged, times out since then.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>