Bug 295993
| Summary: | [ iOS ] http/tests/IndexedDB/storage-limit-1.https.html is a flakey text failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Bryan Medina <bmedina2> |
| Component: | Website Storage | Assignee: | Sihui Liu <sihui_liu> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | sihui_liu, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Bryan Medina
http/tests/IndexedDB/storage-limit-1.https.html
is a flakey text failure occurring on iOS
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2FIndexedDB%2Fstorage-limit-1.https.html
TEXT DIFF:
--- /Volumes/Data/worker/Apple-iOS-18-Simulator-Release-WK2-Tests/build/layout-test-results/http/tests/IndexedDB/storage-limit-1.https-expected.txt
+++ /Volumes/Data/worker/Apple-iOS-18-Simulator-Release-WK2-Tests/build/layout-test-results/http/tests/IndexedDB/storage-limit-1.https-actual.txt
@@ -13,9 +13,10 @@
store = db.transaction('store', 'readwrite').objectStore('store')
request = store.add(new Uint8Array(300 * 1024), 'key')
PASS 'error' in request is true
-PASS request.error.code is DOMException.QUOTA_EXCEEDED_ERR
-PASS request.error.name is "QuotaExceededError"
+FAIL request.error.code should be 22. Was 0.
+FAIL request.error.name should be QuotaExceededError. Was UnknownError.
PASS successfullyParsed is true
+Some tests failed.
TEST COMPLETE
TEXT DIFF URL:
https://build.webkit.org/results/Apple-iOS-18-Simulator-Release-WK2-Tests/297396@main%20(2607)/http/tests/IndexedDB/storage-limit-1.https-diff.txt
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/155891191>
Bryan Medina
I was able to reproduce this text failure locally on my device with iOS 18 Simulator Release ToT using this command:
run-webkit-tests http/tests/IndexedDB/storage-limit-1.https.html --ios-simulator --iterations=1000 -f --child-processes=1 --no-retry-failures
EWS
Test gardening commit 297431@main (9fd72fb6a130): <https://commits.webkit.org/297431@main>
Reviewed commits have been landed. Closing PR #48096 and removing active labels.
Sihui Liu
Pull request: https://github.com/WebKit/WebKit/pull/53072
EWS
Committed 302244@main (c4802933f09a): <https://commits.webkit.org/302244@main>
Reviewed commits have been landed. Closing PR #53072 and removing active labels.