| 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 <Hironori.Fujii> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | Hironori.Fujii, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Jacob Uphoff
2020-03-05 10:49:19 PST
Set test expectations here: https://trac.webkit.org/changeset/257931/webkit 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. 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. Pull request: https://github.com/WebKit/WebKit/pull/19205 Test gardening commit 269446@main (1d5348a4faaf): <https://commits.webkit.org/269446@main> Reviewed commits have been landed. Closing PR #19205 and removing active labels. |