You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2012/05/08 18:48:31 UTC

svn commit: r1335632 - /subversion/branches/ev2-export/subversion/tests/cmdline/basic_tests.py

Author: hwright
Date: Tue May  8 16:48:30 2012
New Revision: 1335632

URL: http://svn.apache.org/viewvc?rev=1335632&view=rev
Log:
On the ev2-export branch:
* subversion/tests/cmdline/basic_tests.py
  (basic_commit_corruption): Conditionally skip, with an explanitory note.

Modified:
    subversion/branches/ev2-export/subversion/tests/cmdline/basic_tests.py

Modified: subversion/branches/ev2-export/subversion/tests/cmdline/basic_tests.py
URL: http://svn.apache.org/viewvc/subversion/branches/ev2-export/subversion/tests/cmdline/basic_tests.py?rev=1335632&r1=1335631&r2=1335632&view=diff
==============================================================================
--- subversion/branches/ev2-export/subversion/tests/cmdline/basic_tests.py (original)
+++ subversion/branches/ev2-export/subversion/tests/cmdline/basic_tests.py Tue May  8 16:48:30 2012
@@ -345,7 +345,13 @@ def basic_mkdir_wc_with_parents(sbox):
   svntest.actions.run_and_verify_status(wc_dir, expected_status)
 
 
-#----------------------------------------------------------------------
+#---------------------------------------------------------------------
+# We skip this test over ra_local, because Ev2 doesn't read the pristine
+# store during commit, it only writes to it.  Hence, this type of
+# corruption doesn't impact us, and isn't even detectable (though we would
+# automatically "recover" from it).  Over other RA methods, we do still read
+# the pristine store, so this corruption would be caught.
+@Skip(svntest.main.is_ra_type_file)
 def basic_commit_corruption(sbox):
   "basic corruption detection on commit"