WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
163827
REGRESSION(
r199309
): [GTK] Layout test storage/websql/quota-tracking.html is failing
https://bugs.webkit.org/show_bug.cgi?id=163827
Summary
REGRESSION(r199309): [GTK] Layout test storage/websql/quota-tracking.html is ...
Michael Catanzaro
Reported
2016-10-21 18:04:22 PDT
Layout test storage/websql/quota-tracking.html has been failing since
r199300
-
r199309
(inclusive). I guess
r199309
("WebKit should adopt journal_mode=wal for all SQLite databases.") as the most likely culprit: --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/storage/websql/quota-tracking-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/storage/websql/quota-tracking-actual.txt @@ -1,4 +1,3 @@ -UI DELEGATE DATABASE CALLBACK: exceededDatabaseQuotaForSecurityOrigin:{file, , 0} database:QuotaManagementDatabase2 This test checks to make sure that quotas are enforced per-origin instead of per-database, as they were prior to
http://trac.webkit.org/projects/webkit/changeset/29983
. The test clears all databases, sets the quota for the origin to 40k, then tries to insert 17k of data into two databases. If things go as planned, the second insert should fail, the UI Delegate should be informed of the exceeded quota and should increase the quota for this origin. Inserting 17k of data the third time should succeed again. Adding a table @@ -6,10 +5,6 @@ Done adding data Adding a table Inserting some data -Expected quota exception - there was not enough remaining storage space, or the storage quota was reached and the user declined to allow more space -Done adding data -Adding a table -Inserting some data -Done adding data +This statement should not have been run. Test Complete Updating expectations accordingly.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug