<?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>154968</bug_id>
          
          <creation_ts>2016-03-03 09:43:24 -0800</creation_ts>
          <short_desc>Modern IDB: Test flakes and failures umbrella</short_desc>
          <delta_ts>2017-03-16 08:39:18 -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>WebCore Misc.</component>
          <version>Safari 9</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=149117</see_also>
    
    <see_also>https://bugs.webkit.org/show_bug.cgi?id=160306</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>154681</dependson>
    
    <dependson>155028</dependson>
    
    <dependson>156070</dependson>
    
    <dependson>158500</dependson>
    
    <dependson>159896</dependson>
    
    <dependson>161633</dependson>
    
    <dependson>161653</dependson>
    
    <dependson>161720</dependson>
    
    <dependson>161926</dependson>
    
    <dependson>165505</dependson>
    
    <dependson>154606</dependson>
    
    <dependson>154618</dependson>
    
    <dependson>154619</dependson>
    
    <dependson>154657</dependson>
    
    <dependson>154747</dependson>
    
    <dependson>154748</dependson>
    
    <dependson>154975</dependson>
    
    <dependson>155050</dependson>
    
    <dependson>155131</dependson>
    
    <dependson>155506</dependson>
    
    <dependson>156351</dependson>
    
    <dependson>156994</dependson>
    
    <dependson>157274</dependson>
    
    <dependson>157448</dependson>
    
    <dependson>157494</dependson>
    
    <dependson>157525</dependson>
    
    <dependson>157915</dependson>
    
    <dependson>157917</dependson>
    
    <dependson>157980</dependson>
    
    <dependson>158501</dependson>
    
    <dependson>158639</dependson>
    
    <dependson>158640</dependson>
    
    <dependson>158646</dependson>
    
    <dependson>158741</dependson>
    
    <dependson>159060</dependson>
    
    <dependson>159103</dependson>
    
    <dependson>160780</dependson>
    
    <dependson>161001</dependson>
    
    <dependson>161414</dependson>
    
    <dependson>161742</dependson>
    
    <dependson>163122</dependson>
    
    <dependson>164870</dependson>
    
    <dependson>165222</dependson>
    
    <dependson>169621</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Brady Eidson">beidson</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>achristensen</cc>
    
    <cc>ap</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1170242</commentid>
    <comment_count>0</comment_count>
    <who name="Brady Eidson">beidson</who>
    <bug_when>2016-03-03 09:43:24 -0800</bug_when>
    <thetext>Modern IDB: Test flakes and failures umbrella</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1186565</commentid>
    <comment_count>1</comment_count>
    <who name="Brady Eidson">beidson</who>
    <bug_when>2016-04-22 20:22:56 -0700</bug_when>
    <thetext>Mass updated the list of filed flakes to all block this bug, and to no longer block the master IDB bug (149117)

That helps keep the 149117 bug list clear, and makes this bug a one-stop-shop for them all.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1189487</commentid>
    <comment_count>2</comment_count>
    <who name="Brady Eidson">beidson</who>
    <bug_when>2016-05-02 13:14:50 -0700</bug_when>
    <thetext>Primary strategy going forward for diagnosing these is to gather IndexedDB logs during the test and to dump them in case the test times out.

This is tracked by https://bugs.webkit.org/show_bug.cgi?id=157274</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1189550</commentid>
    <comment_count>3</comment_count>
    <who name="Brady Eidson">beidson</who>
    <bug_when>2016-05-02 16:14:14 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; Primary strategy going forward for diagnosing these is to gather IndexedDB
&gt; logs during the test and to dump them in case the test times out.
&gt; 
&gt; This is tracked by https://bugs.webkit.org/show_bug.cgi?id=157274

As of http://trac.webkit.org/changeset/200346 we now have this logging mechanism in place for WK1 timeouts.

WK2 will be a bit more tricky.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1189551</commentid>
    <comment_count>4</comment_count>
    <who name="Brady Eidson">beidson</who>
    <bug_when>2016-05-02 16:15:15 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; (In reply to comment #2)
&gt; &gt; Primary strategy going forward for diagnosing these is to gather IndexedDB
&gt; &gt; logs during the test and to dump them in case the test times out.
&gt; &gt; 
&gt; &gt; This is tracked by https://bugs.webkit.org/show_bug.cgi?id=157274
&gt; 
&gt; As of http://trac.webkit.org/changeset/200346 we now have this logging
&gt; mechanism in place for WK1 timeouts.
&gt; 
&gt; WK2 will be a bit more tricky.

The WK1 functionality should (eventually) get us useful information for 5 of these known flakes.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1192752</commentid>
    <comment_count>5</comment_count>
    <who name="Brady Eidson">beidson</who>
    <bug_when>2016-05-13 08:37:49 -0700</bug_when>
    <thetext>*** Bug 157667 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1260039</commentid>
    <comment_count>6</comment_count>
    <who name="Brady Eidson">beidson</who>
    <bug_when>2016-12-14 20:36:50 -0800</bug_when>
    <thetext>Since Modern IDB has shipped, and we&apos;ve basically completed IDB 2.0 for now, and some test flakes cover both efforts, it makes no sense to have this block the &quot;Modern IDB&quot; bug.

Relating, but unblocking.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>