[Webkit-unassigned] [Bug 158639] New: [Yosemite Release WK2] imported/blink/storage/indexeddb/blob-delete-objectstore-db.html is a flaky timeout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 10 16:24:41 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=158639

            Bug ID: 158639
           Summary: [Yosemite Release WK2]
                    imported/blink/storage/indexeddb/blob-delete-objectsto
                    re-db.html is a flaky timeout
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com

imported/blink/storage/indexeddb/blob-delete-objectstore-db.html is a flaky timeout

Most recent timeout:
<https://build.webkit.org/builders/Apple%20Yosemite%20Release%20WK2%20(Tests)/builds/15230.

Flakiness dashboard:
<https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fblink%2Fstorage%2Findexeddb%2Fblob-delete-objectstore-db.html>

--- /Volumes/Data/slave/yosemite-release-tests-wk2/build/layout-test-results/imported/blink/storage/indexeddb/blob-delete-objectstore-db-expected.txt
+++ /Volumes/Data/slave/yosemite-release-tests-wk2/build/layout-test-results/imported/blink/storage/indexeddb/blob-delete-objectstore-db-actual.txt
@@ -1,30 +1,2 @@
-Test that deleting an object store and a database containing blobs doesn't crash.
+FAIL: Timed out waiting for notifyDone to be called

-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-dbname = "blob-delete-objectstore-db.html"
-indexedDB.deleteDatabase(dbname)
-indexedDB.open(dbname, 1)
-store0 = db.createObjectStore('store0')
-store1 = db.createObjectStore('store1')
-store0.put(blobA, key)
-db.close()
-
-reopen():
-request = indexedDB.open(dbname, 2)
-
-deleteObjectStore():
-db.deleteObjectStore('store0')
-
-didDeleteObjectStore():
-trans = db.transaction('store1', 'readwrite')
-store1 = trans.objectStore('store1')
-store1.put(blobB, key)
-db.close()
-request = indexedDB.deleteDatabase(dbname)
-Database deleted.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160610/02acdeb7/attachment.html>


More information about the webkit-unassigned mailing list