Discussion:
svn commit: r1847181 - /subversion/trunk/subversion/tests/cmdline/copy_tests.py
Branko Čibej
2018-11-23 04:49:07 UTC
Permalink
Author: julianfoad
Date: Thu Nov 22 15:56:22 2018
New Revision: 1847181
URL: http://svn.apache.org/viewvc?rev=1847181&view=rev
Add a test for issue SVN-4792: Foreign repo copy of file adding mergeinfo.
[...]
- expected_output = svntest.verify.UnorderedOutput([
- '--- Copying from foreign repository URL \'%s\':\n' % E_url_resolved,
- 'A %s\n' % sbox.ospath('E'),
- 'A %s\n' % sbox.ospath('E/beta'),
- 'A %s\n' % sbox.ospath('E/alpha'),
- ])
This is broken. You replaced the UnorderedOutput comparator with a
simple array of lines, causing test failures like this:

https://ci.apache.org/builders/svn-x64-macosx-bdb/builds/3968/steps/Test%20ra_local%2Bbdb/logs/faillog

-- Brane
Julian Foad
2018-11-23 13:46:21 UTC
Permalink
Post by Branko Čibej
This is broken. You replaced the UnorderedOutput comparator with a
https://ci.apache.org/builders/svn-x64-macosx-bdb/builds/3968/steps/Test%20ra_local%2Bbdb/logs/faillog
Thanks. Fixed in 1847264. Backport nominations updated.
--
- Julian
Loading...