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

Re: Error in nitial Run of basic_tests.py

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sun, 29 Apr 2012 00:27:32 +0300

Nico Kadel-Garcia wrote on Sat, Apr 28, 2012 at 16:56:54 -0400:
> If you're up for some testing, there are tools I've submitted to Repoforge
> for building 1.6.18 and 1.7.4 over at http://www.github.com/nkadel/ All the
> patches and .spec files for building the RPM's, compatble for RHEL 4, 5,
> and 6. You could rsync the repository to a new environment, build and
> install the new RPM's there, and see if the error still occurs.
>
> I did have to turn off the "make_check" option for normal RPM compilation,
> because it takes about an hour to run and it always fails

SKIP and XFAIL are not errors. FAIL are errors. XPASS are not supposed
to happen in release tarballs, but if they do they are treated like FAIL
is for the purposes of success/failure. The fact that your 'make check'
exits non-zero despite having neither FAIL nor XPASS is a bug.

> with some of the
> odder tests for RHEL 4 and RHEL 5. In particular, for RHEL 5 and the
> subversion-1.7.4 SRPM I've built, building inside a "mock" envronment with
> the "make check" enabled: :
>
> Running all tests in key-test [70/71]...success
> Running all tests in strings-reps-test [71/71]...success
> At least one test was SKIPPED, checking
> /builddir/build/BUILD/subversion-1.6.18/tests.log
> SKIP: cache-test 2: basic memcache svn_cache test
> SKIP: cache-test 3: memcache svn_cache with very long keys
> At least one test XFAILED, checking
> /builddir/build/BUILD/subversion-1.6.18/tests.log
> XFAIL: fs-test 18: merging commit
> XFAIL: locks-test 9: able to reserve a name (lock non-existent path)
> XFAIL: locks-test 10: directory locks (kinda)
> XFAIL: tree-conflict-data-test 3: detect broken tree conflict data
> Summary of test results:
> 2 tests SKIPPED
> 4 tests XFAILED
> make: *** [check] Error 1
> error: Bad exit status from /var/tmp/rpm-tmp.67349 (%check)
Received on 2012-04-28 23:28:12 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.