[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1847181 - /subversion/trunk/subversion/tests/cmdline/copy_tests.py

From: Branko Čibej <brane_at_apache.org>
Date: Fri, 23 Nov 2018 05:49:07 +0100

On 22.11.2018 16:56, julianfoad_at_apache.org 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
Received on 2018-11-23 05:56:10 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.