Bug 148006 - Each test should run with its own clean data store
Summary: Each test should run with its own clean data store
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-13 17:55 PDT by Joseph Pecoraro
Modified: 2015-08-13 18:04 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2015-08-13 17:55:19 PDT
* SUMMARY
Each test should run with its own clean data store.

This would be useful so that tests that create IndexedDB or WebSQL databases do not affect other tests testing IndexedDB/WebSQL.

* NOTES
See LayoutTests/inspector/indexeddb/requestDatabaseNames.html which has to deal with fallout from fast/history tests that create an IndexedDB.
Comment 1 Alexey Proskuryakov 2015-08-13 18:04:27 PDT
The key consideration here is that tests shouldn't become slower because of the cleanup.