On 22.11.2018 16:56, [email protected] wrote:
> Author: julianfoad
> Date: Thu Nov 22 15:56:22 2018
> New Revision: 1847181
>
> URL: http://svn.apache.org/viewvc?rev=1847181&view=rev
> Log:
> 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