[Webkit-unassigned] [Bug 163827] New: REGRESSION(r199309): [GTK] Layout test storage/websql/quota-tracking.html is failing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 21 18:04:22 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163827
Bug ID: 163827
Summary: REGRESSION(r199309): [GTK] Layout test
storage/websql/quota-tracking.html is failing
Classification: Unclassified
Product: WebKit
Version: Other
Hardware: PC
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Gtk
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at igalia.com
CC: barraclough at apple.com, bugs-noreply at webkitgtk.org
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161022/1708fc02/attachment-0001.html>
More information about the webkit-unassigned
mailing list