<?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>225670</bug_id>
          
          <creation_ts>2021-05-11 12:02:16 -0700</creation_ts>
          <short_desc>[ BigSur ] webaudio/AudioContext/audiocontext-close-basic.html (layout-test) is a flaky timeout</short_desc>
          <delta_ts>2021-05-13 10:52:46 -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>Web Audio</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Robert Jenner">jenner</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>cdumez</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1759017</commentid>
    <comment_count>0</comment_count>
    <who name="Robert Jenner">jenner</who>
    <bug_when>2021-05-11 12:02:16 -0700</bug_when>
    <thetext>webaudio/AudioContext/audiocontext-close-basic.html

is a flaky timeout on BigSur. 

HISTORY:
https://results.webkit.org/?suite=layout-tests&amp;test=webaudio%2FAudioContext%2Faudiocontext-close-basic.html

TIMEOUT TEXT:
Wait on notifyDone timed out, process WebKitTestRunner pid = 53481#EOF


STDERR TEXT:
2021-05-11 09:47:39.764 DumpRenderTree[17988:145650319] nil host used in call to allowsSpecificHTTPSCertificateForHost
2021-05-11 09:47:39.764 DumpRenderTree[17988:145650319] nil host used in call to allowsAnyHTTPSCertificateForHost:

The STDERR was from a wk1 Debug run.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1759072</commentid>
    <comment_count>1</comment_count>
    <who name="Robert Jenner">jenner</who>
    <bug_when>2021-05-11 14:58:20 -0700</bug_when>
    <thetext>Flaky timeouts first started to occur at r276186. Before that the test was passing consistently. 

Working on reproduction steps.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1759073</commentid>
    <comment_count>2</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-05-11 14:58:59 -0700</bug_when>
    <thetext>&lt;rdar://problem/77866215&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1759099</commentid>
    <comment_count>3</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2021-05-11 16:33:09 -0700</bug_when>
    <thetext>Given this text, it was presumably the first test in a shard. Not that it&apos;s a reason for timing out.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1759279</commentid>
    <comment_count>4</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2021-05-12 09:59:40 -0700</bug_when>
    <thetext>I think the test is just slow because it is working with many AudioContexts. If you look at the flakiness dashboard, you can see that the test is sometimes passing with high run times (e.g. 22 seconds) so it is not too surprising if it can reach the 30 seconds timeout.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1759287</commentid>
    <comment_count>5</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2021-05-12 10:18:14 -0700</bug_when>
    <thetext>Test takes 6-8 seconds to run on my machine (which is powerful). I&apos;ll see if we can either make the test or our implementation faster.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1759432</commentid>
    <comment_count>6</comment_count>
    <who name="Robert Jenner">jenner</who>
    <bug_when>2021-05-12 16:02:48 -0700</bug_when>
    <thetext>Updated test expectations to [ Slow ] to see if flaky timeouts stop here:
https://trac.webkit.org/changeset/277403/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1759732</commentid>
    <comment_count>7</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2021-05-13 10:34:10 -0700</bug_when>
    <thetext>(In reply to Robert Jenner from comment #6)
&gt; Updated test expectations to [ Slow ] to see if flaky timeouts stop here:
&gt; https://trac.webkit.org/changeset/277403/webkit

Notice the lack of timeouts since the test was marked slow. We have test runs that take 35-38 seconds on some of the bots.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1759741</commentid>
    <comment_count>8</comment_count>
    <who name="Robert Jenner">jenner</who>
    <bug_when>2021-05-13 10:52:46 -0700</bug_when>
    <thetext>(In reply to Chris Dumez from comment #7)
&gt; (In reply to Robert Jenner from comment #6)
&gt; &gt; Updated test expectations to [ Slow ] to see if flaky timeouts stop here:
&gt; &gt; https://trac.webkit.org/changeset/277403/webkit
&gt; 
&gt; Notice the lack of timeouts since the test was marked slow. We have test
&gt; runs that take 35-38 seconds on some of the bots.

Absolutely! I suppose this is a good thing, and means that now this is just a performance issue now? In any case, I&apos;m glad it&apos;s not timing out anymore.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>