Bug 208656
Summary: | storage/indexeddb/modern/transactions-stop-on-navigation.html is flaky failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jacob Uphoff <jacob_uphoff> |
Component: | New Bugs | Assignee: | Fujii Hironori <fujii.hironori> |
Status: | NEW | ||
Severity: | Normal | CC: | fujii.hironori, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jacob Uphoff
storage/indexeddb/modern/transactions-stop-on-navigation.html
This test has been a flaky failure on macOS and iOS for all visible history. It fails on both debug and release.
History:
https://results.webkit.org/?suite=layout-tests&test=storage%2Findexeddb%2Fmodern%2Ftransactions-stop-on-navigation.html&limit=50000
Diff:
--- /Volumes/Data/slave/ios-simulator-13-debug-tests-wk2/build/layout-test-results/storage/indexeddb/modern/transactions-stop-on-navigation-expected.txt
+++ /Volumes/Data/slave/ios-simulator-13-debug-tests-wk2/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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/60090620>
Jacob Uphoff
Set test expectations here: https://trac.webkit.org/changeset/257931/webkit
Fujii Hironori
Buildbot: builder Apple-Ventura-Debug-WK1-Tests build 3476 (267911@main)
https://build.webkit.org/#/builders/703/builds/3476
https://build.webkit.org/results/Apple-Ventura-Debug-WK1-Tests/267911@main%20(3476)/storage/indexeddb/modern/transactions-stop-on-navigation-diff.txt
--- /Volumes/Data/worker/Apple-Ventura-Debug-WK1-Tests/build/layout-test-results/storage/indexeddb/modern/transactions-stop-on-navigation-expected.txt
+++ /Volumes/Data/worker/Apple-Ventura-Debug-WK1-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.
Fujii Hironori
Buildbot: builder GTK-Linux-64-bit-Release-Tests build 12600 (269420@main)
https://build.webkit.org/#/builders/57/builds/12600
https://build.webkit.org/results/GTK-Linux-64-bit-Release-Tests/269420@main%20(12600)/storage/indexeddb/modern/transactions-stop-on-navigation-diff.txt
--- /home/buildbot/worker/GTK-Linux-64-bit-Release-Tests/build/layout-test-results/storage/indexeddb/modern/transactions-stop-on-navigation-expected.txt
+++ /home/buildbot/worker/GTK-Linux-64-bit-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.
Fujii Hironori
Pull request: https://github.com/WebKit/WebKit/pull/19205
EWS
Test gardening commit 269446@main (1d5348a4faaf): <https://commits.webkit.org/269446@main>
Reviewed commits have been landed. Closing PR #19205 and removing active labels.