/[Apache-SVN]
ViewVC logotype

Revision 1664531


Jump to revision: Previous Next
Author: rhuijben
Date: Fri Mar 6 00:18:33 2015 UTC (9 years, 2 months ago)
Changed paths: 1
Log Message:
Make the entries dump tool used by our test tool use a newer wc api to
see if a directory has a working copy lock to avoid opening and closing
wc.db an extra time per directory, while we have an existing connection
(and transaction) open.

On Windows this resolves a 14 second delay in the testsuite on the new
upgrade_tests.py test with a read only wc.db.

It appears that Sqlite tries to open sqlite databases writable for some
time before giving up on Windows.

* subversion/tests/cmdline/entries-dump.c
  (entries_dump): Create wc context to allow using the svn_wc_locked2
    api, which can access the db directly.


Changed paths

Path Details
Directorysubversion/trunk/subversion/tests/cmdline/entries-dump.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26