Bug 34911 - Fix storage/quota-tracking.html on snow leopard
Summary: Fix storage/quota-tracking.html on snow leopard
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Dumitru Daniliuc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-12 15:53 PST by Dumitru Daniliuc
Modified: 2010-02-16 18:19 PST (History)
0 users

See Also:


Attachments
patch (2.16 KB, patch)
2010-02-12 17:12 PST, Dumitru Daniliuc
simon.fraser: review+
dumi: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dumitru Daniliuc 2010-02-12 15:53:39 PST
storage/quota-tracking.html fails on snow leopard, and could potentially fail on other platforms too. The problem is that we create 3 databases at the beginning of the test, and each one of them uses some space. On the other hand, the transactions run on the first database assume that there are no other databases in this origin, and try to use more space than is available. The solution is to create databases as we go.
Comment 1 Dumitru Daniliuc 2010-02-12 17:12:01 PST
Created attachment 48682 [details]
patch
Comment 2 Dumitru Daniliuc 2010-02-16 18:19:31 PST
Landed as r54853. Snow Leopard's failure seems to have been fixed.