You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ko...@apache.org on 2022/12/05 10:38:45 UTC

svn commit: r1905753 - /subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/externals_tests.py

Author: kotkov
Date: Mon Dec  5 10:38:45 2022
New Revision: 1905753

URL: http://svn.apache.org/viewvc?rev=1905753&view=rev
Log:
On the 'pristines-on-demand-on-mwf' branch: Convert the externals_tests.py#52
into a Wimp(), because the test may run into issue with `svn upgrade` that
currently exists in trunk.

See r1905752 and upgrade_tests.py:upgrade_latest_format() for more details.

* subversion/tests/cmdline/externals_tests.py
  (switch_relative_externals): Add a Wimp() marker.

Modified:
    subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/externals_tests.py

Modified: subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/externals_tests.py
URL: http://svn.apache.org/viewvc/subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/externals_tests.py?rev=1905753&r1=1905752&r2=1905753&view=diff
==============================================================================
--- subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/externals_tests.py (original)
+++ subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/externals_tests.py Mon Dec  5 10:38:45 2022
@@ -3431,6 +3431,7 @@ def update_deletes_file_external(sbox):
 
 
 @Issue(4519)
+@Wimp("May trigger an existing issue, see upgrade_tests.py:upgrade_latest_format()")
 def switch_relative_externals(sbox):
   "switch relative externals"