<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange.html flaky on mac-wk2"
   href="https://bugs.webkit.org/show_bug.cgi?id=154748#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange.html flaky on mac-wk2"
   href="https://bugs.webkit.org/show_bug.cgi?id=154748">bug 154748</a>
              from <span class="vcard"><a class="email" href="mailto:beidson&#64;apple.com" title="Brady Eidson &lt;beidson&#64;apple.com&gt;"> <span class="fn">Brady Eidson</span></a>
</span></b>
        <pre>Ahhh. Okay, understood.

This is just a timing problem in the test.

In WK2, due to IPC variability, it *is* actually possible for the open + versionChange request to complete before the deleteRequest is even serviced, so it never gets blocked.

We could change the test to extend the versionChange transaction until *after* blockedCalled is true, which will make it predictable.</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>