<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - REGRESSION(r199309): [GTK] Layout test storage/websql/quota-tracking.html is failing"
href="https://bugs.webkit.org/show_bug.cgi?id=163827">163827</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>REGRESSION(r199309): [GTK] Layout test storage/websql/quota-tracking.html is failing
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>Other
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>WebKit Gtk
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>mcatanzaro@igalia.com
</td>
</tr>
<tr>
<th>CC</th>
<td>barraclough@apple.com, bugs-noreply@webkitgtk.org
</td>
</tr></table>
<p>
<div>
<pre>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 <a href="http://trac.webkit.org/projects/webkit/changeset/29983">http://trac.webkit.org/projects/webkit/changeset/29983</a>.
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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>