Bug 35268 - Database tests assume more cleanup than they do.
Summary: Database tests assume more cleanup than they do.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P4 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-22 16:11 PST by Eric U.
Modified: 2012-10-30 14:05 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric U. 2010-02-22 16:11:46 PST
Most of the database tests assume that they can use the entire database quota, but none of them clean up when they exit, so that's not a valid assumption.  In particular the database tests that try to allocate the entire 5MB [in some cases twice!] only pass because of lucky timing.

Each test should start out by cleaning up any existing databases before doing anything.