[Webkit-unassigned] [Bug 156070] New: storage/indexeddb/modern/abort-requests-cancelled.html is a flaky timeout on Mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 31 10:32:18 PDT 2016


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

            Bug ID: 156070
           Summary: storage/indexeddb/modern/abort-requests-cancelled.html
                    is a flaky timeout on Mac
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Macintosh
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com

storage/indexeddb/modern/abort-requests-cancelled.html is a flaky timeout on Mac

<https://build.webkit.org/builders/Apple%20Yosemite%20Release%20WK2%20(Tests)/builds/13325>
<https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=storage%2Findexeddb%2Fmodern%2Fabort-requests-cancelled.html>

--- /Volumes/Data/slave/yosemite-release-tests-wk2/build/layout-test-results/storage/indexeddb/modern/abort-requests-cancelled-expected.txt
+++ /Volumes/Data/slave/yosemite-release-tests-wk2/build/layout-test-results/storage/indexeddb/modern/abort-requests-cancelled-actual.txt
@@ -1,34 +1,2 @@
-This test makes sure that un-handled requests in a transaction receive onerror callbacks when the transaction is aborted.
+FAIL: Timed out waiting for notifyDone to be called

-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB;
-
-indexedDB.deleteDatabase(dbname)
-indexedDB.open(dbname)
-Initial upgrade needed: Old version - 0 New version - 1
-Error handling: "objectStore.put({ bar: 'A' }, 1);" (error)
-Error handling: "objectStore.put({ bar: 'B' }, 2);" (error)
-Error handling: "objectStore.put({ bar: 'C' }, 3);" (error)
-Initial upgrade versionchange transaction aborted
-Second upgrade needed: Old version - 0 New version - 1
-Success handling: "objectStore.put({ bar: 'A' }, 1);"
-Success handling: "objectStore.put({ bar: 'B' }, 2);"
-Success handling: "objectStore.put({ bar: 'C' }, 3);"
-Second upgrade versionchange transaction completed
-Error handling: "objectStore.get(1);" (error)
-Error handling: "objectStore.get(2);" (error)
-Error handling: "objectStore.get(3);" (error)
-Error handling: "objectStore.put({ bar: 'D' }, 4);" (error)
-Error handling: "objectStore.put({ bar: 'E' }, 5);" (error)
-Error handling: "objectStore.put({ bar: 'F' }, 6);" (error)
-readwrite transaction aborted
-Error handling: "objectStore.get(1);" (error)
-Error handling: "objectStore.get(2);" (error)
-Error handling: "objectStore.get(3);" (error)
-readonly transaction aborted
-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/20160331/b6bba104/attachment.html>


More information about the webkit-unassigned mailing list