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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 25 17:56:40 PDT 2010


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

           Summary: Need a way to mark tests that must be serialized
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ericu at chromium.org
                CC: eric at webkit.org, dimich at chromium.org,
                    dumi at chromium.org


A small number of the tests in LayoutTests/storage/ call window.layoutTestController.clearAllDatabases().  This function deletes all databases in the current profile.

This is a good idea; the theory is that tests get a clean slate from which to start.  Ideally all database tests would call it before doing anything, so as to avoid any quota problems from leftover databases.

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.  We're going to need a way to mark these tests as non-parallelizable in order to be able to run them safely under new-run-webkit-tests.

-- 
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