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

make check fails on commit_tests.py and log_tests.py

From: <Anders.Strandberg_at_tietoenator.com>
Date: Tue, 19 Aug 2008 16:56:56 +0200

Hi,

I am trying to build a subversion 1.5.1. on

Build and make check for subversion 1.5.0 works fine, but make check fails for subversion 1.5.1 with the same build environment.

Platform: Linux SLES 9 and SLED 10

Output from tests.log 1.5.1:

FAIL: commit_tests.py 56: commit a missing to-be-added file should fail

FAIL: log_tests.py 16: test 'svn log -g' on a single revision
FAIL: log_tests.py 18: test 'svn log -g' on a non-branching revision
FAIL: log_tests.py 27: log -g and explicit mergeinfo replacing inherited

I noticed that the tests differs, i.e. things included in 1.5.1-tests may not be included in 1.5.0-tests.

Example of first failing test:

cmdline 102 > ./commit_tests.py 56
Commit should have failed
EXPECTED STDERR (regexp):
.* is scheduled for addition, but is missing
ACTUAL STDERR:
svn: Commit succeeded, but other errors follow:
svn: Error bumping revisions post-commit (details follow):
svn: In directory '/var/tmp/BUILD/subversion-1.5.1/subversion/tests/cmdline/svn-test-work/working_copies/commit_tests-56/A'
svn: Error processing command 'committed' in '/var/tmp/BUILD/subversion-1.5.1/subversion/tests/cmdline/svn-test-work/working_copies/commit_tests-56/A'
svn: Error getting 'affected time' of '/var/tmp/BUILD/subversion-1.5.1/subversion/tests/cmdline/svn-test-work/working_copies/commit_tests-56/A/b.txt'
svn: Can't stat '/var/tmp/BUILD/subversion-1.5.1/subversion/tests/cmdline/svn-test-work/working_copies/commit_tests-56/A/b.txt': No such file or directory
EXCEPTION: SVNUnmatchedError
Traceback (most recent call last):
  File "/var/tmp/BUILD/subversion-1.5.1/subversion/tests/cmdline/svntest/main.py", line 1078, in run
    rc = apply(self.pred.run, (), kw)
  File "/var/tmp/BUILD/subversion-1.5.1/subversion/tests/cmdline/svntest/testcase.py", line 121, in run
    return self.func(sandbox)
  File "./commit_tests.py", line 2512, in commit_added_missing
    'commit', '-m', 'logmsg', wc_dir)
  File "/var/tmp/BUILD/subversion-1.5.1/subversion/tests/cmdline/svntest/actions.py", line 176, in run_and_verify_svn
    verify.verify_outputs(message, out, err, expected_stdout, expected_stderr)
  File "/var/tmp/BUILD/subversion-1.5.1/subversion/tests/cmdline/svntest/verify.py", line 324, in verify_outputs
    compare_and_display_lines(message, label, expected, actual, raisable)
  File "/var/tmp/BUILD/subversion-1.5.1/subversion/tests/cmdline/svntest/verify.py", line 298, in compare_and_display_lines
    raise raisable
SVNUnmatchedError
FAIL: commit_tests.py 56: commit a missing to-be-added file should fail
cmdline 103 >

Where do I look for explanation and possible solutions for this ?

Regards,
Anders

__________________________________________________________________________________________
Anders Strandberg, TietoEnator Processing & Network AB
E-mail: Anders.Strandberg_at_tietoenator.com | Voice: +46 (0)10 481 9442
Internet: http://www.tietoenator.com
Laboratoriegränd 11, Box 50006, S-973 21 Luleå, Sweden | Mobile: +46 (0)70 345 3285

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-19 17:01:49 CEST

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

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