Bug 208656 - storage/indexeddb/modern/transactions-stop-on-navigation.html is flaky failing
Summary: storage/indexeddb/modern/transactions-stop-on-navigation.html is flaky failing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-03-05 10:49 PST by Jacob Uphoff
Modified: 2023-10-17 22:15 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Uphoff 2020-03-05 10:49:19 PST
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.
Comment 1 Radar WebKit Bug Importer 2020-03-05 10:49:44 PST
<rdar://problem/60090620>
Comment 2 Jacob Uphoff 2020-03-05 10:56:17 PST
Set test expectations here: https://trac.webkit.org/changeset/257931/webkit
Comment 3 Fujii Hironori 2023-10-17 18:37:46 PDT
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.
Comment 4 Fujii Hironori 2023-10-17 18:39:37 PDT
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.
Comment 5 Fujii Hironori 2023-10-17 18:49:29 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19205
Comment 6 EWS 2023-10-17 22:15:31 PDT
Test gardening commit 269446@main (1d5348a4faaf): <https://commits.webkit.org/269446@main>

Reviewed commits have been landed. Closing PR #19205 and removing active labels.