You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2012/11/10 14:57:07 UTC

svn commit: r1407812 - /subversion/trunk/subversion/tests/cmdline/special_tests.py

Author: philip
Date: Sat Nov 10 13:57:05 2012
New Revision: 1407812

URL: http://svn.apache.org/viewvc?rev=1407812&view=rev
Log:
Attempt to fix occasional buildbot test failure.

* subversion/tests/cmdline/special_tests.py
  (incoming_symlink_changes): Have commit sleep for timestamps.

Modified:
    subversion/trunk/subversion/tests/cmdline/special_tests.py

Modified: subversion/trunk/subversion/tests/cmdline/special_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/special_tests.py?rev=1407812&r1=1407811&r2=1407812&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/special_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/special_tests.py Sat Nov 10 13:57:05 2012
@@ -1123,7 +1123,10 @@ def incoming_symlink_changes(sbox):
   sbox.simple_add_symlink('iota', 's-type')
   sbox.simple_append('s-reverse', 'link iota')
   sbox.simple_add('s-reverse')
+  # Sleep here so that the subsequent s-in-place change is detected.
+  svntest.actions.do_sleep_for_timestamps()
   sbox.simple_commit() # r2
+  svntest.actions.no_sleep_for_timestamps()
 
   # Replace s-replace
   sbox.simple_rm('s-replace')