<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Race between deleting a database and requesting database names seen in test"
   href="https://bugs.webkit.org/show_bug.cgi?id=161285#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Race between deleting a database and requesting database names seen in test"
   href="https://bugs.webkit.org/show_bug.cgi?id=161285">bug 161285</a>
              from <span class="vcard"><a class="email" href="mailto:joepeck&#64;webkit.org" title="Joseph Pecoraro &lt;joepeck&#64;webkit.org&gt;"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
        <pre>Okay, I think I found the real problem. The original test (which was not flakey) had a slight ordering difference because it was awkwardly using console.log as a signal. The new test doesn't wait for the same single so the order of operations can be slightly different!

The problem appears to be createDatabase might not have created the database before we call deleteDatabase. I'll write a better patch here. It might have to touch all of these inspector indexeddb tests, but at least this one for sure.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>