Bug 27144
Summary: | [Gtk][REGRESSION] storage/database-lock-after-reload.html fails after r45594 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jan Alonzo <jmalonzo> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | mrobinson |
Priority: | P2 | Keywords: | Gtk |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | All | ||
Bug Depends on: | 27899 | ||
Bug Blocks: |
Jan Alonzo
Changeset: http://trac.webkit.org/changeset/45594
Failing test:
storage/database-lock-after-reload.html
Test diff:
-Inserting some data
-Test part 2 Complete
+CONSOLE MESSAGE: line 53: TypeError: Result of expression 'database' [null] is not an object.
+FAIL: Timed out waiting for notifyDone to be called
We (gtk) need to figure out what we're doing differently or what we're missing in DRT for this.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Martin Robinson
This issue with this test seems to be that the test is requesting a database size larger than the default GTK+ ChromeClient quota (5MB).
Jan Alonzo
(In reply to comment #1)
> This issue with this test seems to be that the test is requesting a database
> size larger than the default GTK+ ChromeClient quota (5MB).
We'd need to allow for setting a DB quota in DRT for this.
Jan Alonzo
Fixed in http://trac.webkit.org/changeset/48101