Bug 186339

Summary: storage/indexeddb/modern/transactions-stop-on-navigation.html is flaky
Product: WebKit Reporter: Alicia Boya García <aboya>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bugs-noreply, calvaris, realdawei
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Alicia Boya García
Reported Wednesday, June 6, 2018 10:46:42 AM UTC
The following test became flaky on GTK and WPE since r231326 or earlier: storage/indexeddb/modern/transactions-stop-on-navigation.html --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/storage/indexeddb/modern/transactions-stop-on-navigation-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/storage/indexeddb/modern/transactions-stop-on-navigation-actual.txt @@ -1,2 +1,2 @@ Makes sure transactions stop on navigation to a new page. If the previous page's transaction is blindly charging forward, this test will probably timeout. If the previous page's connection/transactions did not clean up properly, the delete request in this test will incorrectly be blocked. If every thing is peachy keen, the delete request in this test will correctly succeed. -Delete request was successful.Done. +Delete request was blocked - it should not have been.Done.
Attachments
Dawei Fenton (:realdawei)
Comment 1 Thursday, September 20, 2018 12:06:53 AM UTC
This test is also flaky on macOS WK2 marked flaky in: https://trac.webkit.org/changeset/236230/webkit
Note You need to log in before you can comment on or make changes to this bug.