[Webkit-unassigned] [Bug 33041] New: [bzt] Speed up CredentialsTest.test_read_credentials_with_SVN to make run-webkit-unittest run faster

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 29 21:49:29 PST 2009


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

           Summary: [bzt] Speed up
                    CredentialsTest.test_read_credentials_with_SVN to make
                    run-webkit-unittest run faster
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dbates at webkit.org
                CC: eric at webkit.org, abarth at webkit.org


Following up on performance concerns raised by Adam and Eric on IRC about the
unit test included in the patch for bug #32896.

Currently the test method CredentialsTest.test_read_credentials_with_SVN calls
SVNTestRepository.setup and SVNTestRepository.tear_down. But these calls are
expensive as they perform system calls to create an actual SVN repository and
perform some test commits. Instead, it is sufficient to create a temporary
directory that does not contain a Git repository.

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