Bug 207465
Summary: | [ macOS iOS wk2 ] storage/indexeddb/intversion-long-queue.html is a flaky failure. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jacob Uphoff <jacob_uphoff> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | sihui_liu, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jacob Uphoff
storage/indexeddb/intversion-long-queue.html
This test has been a flaky failure since around commit 253811
It is failing on macOS and iOS on wk2 Debug
History:
https://results.webkit.org/?suite=layout-tests&test=storage%2Findexeddb%2Fintversion-long-queue.html&limit=50000
Diff:
--- /Volumes/Data/slave/catalina-debug-tests-wk2/build/layout-test-results/storage/indexeddb/intversion-long-queue-expected.txt
+++ /Volumes/Data/slave/catalina-debug-tests-wk2/build/layout-test-results/storage/indexeddb/intversion-long-queue-actual.txt
@@ -43,12 +43,12 @@
transaction = event.target.transaction
transaction.oncomplete = connection2TransactionComplete
+connection2TransactionComplete():
+PASS db.version is 2
+
deleteDatabaseBlockedCallback():
PASS event.oldVersion is 2
PASS event.newVersion is null
-
-connection2TransactionComplete():
-PASS db.version is 2
connection2Success():
connection2 = event.target.result
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/59311995>
Jacob Uphoff
This failure can be reproduced by running the test in iterations, on 5000 runs it failed 9 times.
Jacob Uphoff
Set test expectations in 256176
Sihui Liu
This should be fixed in https://bugs.webkit.org/show_bug.cgi?id=206965. The expectation files of storage/indexeddb/intversion-long-queue.html were changed in r256235.
*** This bug has been marked as a duplicate of bug 206965 ***