You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2015/01/27 17:08:24 UTC

svn commit: r1655073 - /subversion/branches/dump-load-cross-check/BRANCH-README

Author: julianfoad
Date: Tue Jan 27 16:08:23 2015
New Revision: 1655073

URL: http://svn.apache.org/r1655073
Log:
On the 'dump-load-cross-check' branch: add a BRANCH-README file.

Added:
    subversion/branches/dump-load-cross-check/BRANCH-README   (with props)

Added: subversion/branches/dump-load-cross-check/BRANCH-README
URL: http://svn.apache.org/viewvc/subversion/branches/dump-load-cross-check/BRANCH-README?rev=1655073&view=auto
==============================================================================
--- subversion/branches/dump-load-cross-check/BRANCH-README (added)
+++ subversion/branches/dump-load-cross-check/BRANCH-README Tue Jan 27 16:08:23 2015
@@ -0,0 +1,21 @@
+Purpose of this branch:
+  Implement dump/load cross-checking in the test suite.
+
+Kind of branch:
+  Development branch -- regular catch-ups from trunk
+
+TODO before reintegrating to trunk:
+  - Put back the dumpfile parser's ability to check for certain expected
+    well-formedness characteristics of the dumpfile contents, as some
+    dump/load tests are relying on the parser to do that checking. It has
+    been temporarily downgraded here in favour of more generic parsing.
+
+  - Bypass authz when dumping with svnrdump, otherwise a partial dump is
+    obtained for tests using authz, making those tests fail.
+
+Ideas for improvement:
+  - Improve the logic for finding repositories created by a test: detect
+    when a test created a repository even if the sandbox is not marked as
+    'built'; detect when a test created additional repositories.
+
+  - Implement the same cross-checking for the C tests.

Propchange: subversion/branches/dump-load-cross-check/BRANCH-README
------------------------------------------------------------------------------
    svn:eol-style = native