[Webkit-unassigned] [Bug 39705] Need a way to mark tests that must be serialized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 25 19:09:26 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39705


David Levin <levin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |levin at chromium.org




--- Comment #1 from David Levin <levin at chromium.org>  2010-05-25 19:09:25 PST ---
(In reply to comment #0)
> A small number of the tests in LayoutTests/storage/ call window.layoutTestController.clearAllDatabases().  This function deletes all databases in the current profile.
>
> However, this is a terrible thing to do if you might be running in parallel with other database tests; you can interfere with any other test that's trying to create or use a database. 

Ideally each instance would be using a different "profile", so clearing the databases (clearing caches, cookies, etc.) from one instance shouldn't affect the others. (If this is not the case, then more than this one sets of tests will have issues.)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list