svnadmin_tests.py 24 and svntest.verify.UnorderedRegexOutput
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 04 Oct 2011 20:00:49 +0100
We had a buildbot failure: http://ci.apache.org/builders/bb-openbsd/builds/170
The test locks two files, runs 'svnadmin lslocks' and checks the output
expected_output = svntest.verify.UnorderedRegexOutput([
The "Created:" lines in the svnadmin output include a timestamp and the
This seems to be a problem with our regexp matching. The output has two
A line in UnorderedRegexOutput will match multiple lines in the output
So it seems we need one "Created:" line in UnorderedRegexOutput when the
Are we misusing UnorderedRegexOutput? How do we fix the test?
-- uberSVN: Apache Subversion Made Easy http://www.uberSVN.comReceived on 2011-10-04 21:01:28 CEST |
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.