You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Branko Čibej <br...@xbc.nu> on 2003/06/17 02:08:45 UTC

Re: svn rev 6255: FAIL (i686-pc-linux-gnu shared ra_local)

Looks like something between commits 6236 and 6255 broke the diff tests.
Funny thing, only test 4 fails over ra_dav.

brane@xbc.nu wrote:

>PASS: update apr
>PASS: update apr-util
>PASS: update subversion
>PASS: autogen.sh
>
>BUILD: Revision 6255 on i686-pc-linux-gnu shared
>
>PASS: check build type
>PASS: create object directory
>
>/home/brane/svn/config.debian.shared:
>#!/bin/sh
>env CC='gcc-3.0' \
>    "../repo/configure" \
>    "--prefix=/home/brane/svn/inst" \
>    "--with-berkeley-db=/usr/local/BerkeleyDB.4.0" \
>    "--without-apxs" \
>    "$@"
>PASS: configure
>PASS: build
>
>TEST: Revision 6255 on i686-pc-linux-gnu shared ra_local
>
>PASS: check build type
>PASS: check RA type
>PASS: check object directory
>PASS: check svn executable
>PASS: check svnadmin executable
>PASS: check svnlook executable
>PASS: check svnserve executable
>PASS: check svnversion executable
>
>Last 100 lines of the log file follow:
>Running all tests in config-test...success
>Running all tests in diff-diff3-test...success
>Running all tests in hashdump-test...success
>Running all tests in path-test...success
>Running all tests in random-test...success
>Running all tests in stream-test...success
>Running all tests in stringtest...success
>Running all tests in time-test...success
>Running all tests in translate-test...success
>Running all tests in target-test.py...success
>Running all tests in run-fs-tests.py...success
>Running all tests in run-repos-tests.py...success
>Running all tests in getopt_tests.py...success
>Running all tests in basic_tests.py...success
>Running all tests in commit_tests.py...success
>Running all tests in update_tests.py...success
>Running all tests in switch_tests.py...success
>Running all tests in prop_tests.py...success
>Running all tests in schedule_tests.py...success
>Running all tests in log_tests.py...success
>Running all tests in copy_tests.py...success
>Running all tests in diff_tests.py...FAILURE
>Running all tests in externals_tests.py...success
>Running all tests in merge_tests.py...success
>Running all tests in stat_tests.py...success
>Running all tests in trans_tests.py...success
>Running all tests in svnadmin_tests.py...success
>Running all tests in svnlook_tests.py...success
>Running all tests in svnversion_tests.py...success
>At least one test FAILED, checking /home/brane/svn/obj-sh/tests.log
>FAIL:  diff_tests.py 1: update a file
>FAIL:  diff_tests.py 3: add a file in an added directory
>FAIL:  diff_tests.py 4: replace a file with a file
>FAIL:  diff_tests.py 6: non-recursive behaviour
>make: *** [check] Error 1
>Complete log saved in /home/brane/svn/LOG_svn_check_shared_ra_local.6255.failed
>  
>

-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn rev 6255: FAIL (i686-pc-linux-gnu shared ra_local)

Posted by Branko Čibej <br...@xbc.nu>.
Branko Čibej wrote:

>Looks like something between commits 6236 and 6255 broke the diff tests.
>Funny thing, only test 4 fails over ra_dav.
>  
>
I mean ra_svn, of course. Duh.

-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn rev 6255: FAIL (i686-pc-linux-gnu shared ra_local)

Posted by cm...@collab.net.
cmpilato@collab.net writes:

> Philip Martin <ph...@codematters.co.uk> writes:
> 
> > Branko Čibej <br...@xbc.nu> writes:
> > 
> > > Looks like something between commits 6236 and 6255 broke the diff tests.
> > > Funny thing, only test 4 fails over ra_dav.
> > [...]
> > >>FAIL:  diff_tests.py 1: update a file
> > >>FAIL:  diff_tests.py 3: add a file in an added directory
> > >>FAIL:  diff_tests.py 4: replace a file with a file
> > >>FAIL:  diff_tests.py 6: non-recursive behaviour
> 
> I'm running these tests over ra_local, using HEAD, and not seeing any
> failures.  Am I running the wrong thing?

Okay, that was on a RedHat 7.2 box.  

And I ran the diff_tests on a Win2k box over ra_local and using HEAD.
Again, no failures.

Aaah...but test 7 is failing on the RedHat box over ra_dav.  And
valgrind has pointed to something interesting.  And --

Fix coming up shortly.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org


Re: svn rev 6255: FAIL (i686-pc-linux-gnu shared ra_local)

Posted by cm...@collab.net.
Philip Martin <ph...@codematters.co.uk> writes:

> Branko Čibej <br...@xbc.nu> writes:
> 
> > Looks like something between commits 6236 and 6255 broke the diff tests.
> > Funny thing, only test 4 fails over ra_dav.
> [...]
> >>FAIL:  diff_tests.py 1: update a file
> >>FAIL:  diff_tests.py 3: add a file in an added directory
> >>FAIL:  diff_tests.py 4: replace a file with a file
> >>FAIL:  diff_tests.py 6: non-recursive behaviour

I'm running these tests over ra_local, using HEAD, and not seeing any
failures.  Am I running the wrong thing?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org


Re: svn rev 6255: FAIL (i686-pc-linux-gnu shared ra_local)

Posted by Philip Martin <ph...@codematters.co.uk>.
Branko Čibej <br...@xbc.nu> writes:

> Looks like something between commits 6236 and 6255 broke the diff tests.
> Funny thing, only test 4 fails over ra_dav.
[...]
>>FAIL:  diff_tests.py 1: update a file
>>FAIL:  diff_tests.py 3: add a file in an added directory
>>FAIL:  diff_tests.py 4: replace a file with a file
>>FAIL:  diff_tests.py 6: non-recursive behaviour

Reverting r6242 makes these failures go away.

rev 6242:  cmpilato | 2003-06-16 06:10:14 +0100 (Mon, 16 Jun 2003) | 5 lines

* subversion/libsvn_repos/delta.c
  (svn_repos_dir_delta): Remove compatibility code for issue #1159.
    This completes that issue.

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org