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

basic_tests.py fails

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-03-14 21:12:31 CET

I'm getting a failure in basic_tests.py on svn/apache/apr/apr-util checked
out in the last 30 minutes.

at least one test FAILED, checking tests.log.
FAIL: /export/home1/bzajac/Code/Subversion/s/subversion/tests/clients/cmdline/basic_tests.py 5
: basic merge
FAIL: /export/home1/bzajac/Code/Subversion/s/subversion/tests/clients/cmdline/basic_tests.py 6
: basic conflict

Below is the relavent output from tests.log.

Also, there are two gcc -Wall compiler warnings in libsvn_wc/update_editor.c:

subversion/libsvn_wc/update_editor.c: In function `svn_wc_install_file':
subversion/libsvn_wc/update_editor.c:1085: warning: `txtb' might be used
uninitialized in this function
subversion/libsvn_wc/update_editor.c:1085: warning: `tmp_txtb' might be used
uninitialized in this function

Best,
Blair

START: basic_tests.py
PASS: /export/home1/bzajac/Code/Subversion/s/subversion/tests/clients/cmdline/basic_tests.py 1
: basic checkout of a wc
PASS: /export/home1/bzajac/Code/Subversion/s/subversion/tests/clients/cmdline/basic_tests.py 2
: basic status command
PASS: /export/home1/bzajac/Code/Subversion/s/subversion/tests/clients/cmdline/basic_tests.py 3
: basic commit command
PASS: /export/home1/bzajac/Code/Subversion/s/subversion/tests/clients/cmdline/basic_tests.py 4
: basic update command
=============================================================
Expected mu and actual mu are different!
=============================================================
EXPECTED NODE TO BE:
=============================================================
 * Node name: mu
    Path: __SVN_ROOT_NODE/A/mu
    Contents: This is the new line 1 in the backup copy of mu
This is line 2 in mu
This is line 3 in mu
This is line 4 in mu
This is line 5 in mu
This is line 6 in mu
This is line 7 in mu
This is line 8 in mu
This is line 9 in mu
This is line 10 in mu Appended to line 10 of mu

    Properties: {}
    Attributes: {}
    Children: is a file.
=============================================================
ACTUAL NODE FOUND:
=============================================================
 * Node name: mu
    Path: A/mu
    Contents: This is the new line 1 in the backup copy of mu
This is line 2 in mu
This is line 3 in mu
This is line 4 in mu
This is line 5 in mu
This is line 6 in mu
This is line 7 in mu
This is line 8 in mu
This is line 9 in mu
This is line 10 in mu Appended to line 10 of mu
    Properties: {}
    Attributes: {}
    Children: is a file.
Unequal at node mu
Unequal at node A
FAIL: /export/home1/bzajac/Code/Subversion/s/subversion/tests/clients/cmdline/basic_tests.py 5
: basic merge
=============================================================
Expected mu and actual mu are different!
=============================================================
EXPECTED NODE TO BE:
=============================================================
 * Node name: mu
    Path: __SVN_ROOT_NODE/A/mu
    Contents: <<<<<<< .mine
This is the file 'mu'.
Conflicting appended text for mu
||||||| .r1
This is the file 'mu'.
=======
This is the file 'mu'.
Original appended text for mu
>>>>>>> .r2

    Properties: {}
    Attributes: {}
    Children: is a file.
=============================================================
ACTUAL NODE FOUND:
=============================================================
 * Node name: mu
    Path: A/mu
    Contents: <<<<<<< .mine
This is the file 'mu'.
Conflicting appended text for mu||||||| .r1
This is the file 'mu'.=======
This is the file 'mu'.
Original appended text for mu>>>>>>> .r2

    Properties: {}
    Attributes: {}
    Children: is a file.
Unequal at node mu
Unequal at node A
FAIL: /export/home1/bzajac/Code/Subversion/s/subversion/tests/clients/cmdline/basic_tests.py 6
: basic conflict
PASS: /export/home1/bzajac/Code/Subversion/s/subversion/tests/clients/cmdline/basic_tests.py 7
: basic cleanup command
PASS: /export/home1/bzajac/Code/Subversion/s/subversion/tests/clients/cmdline/basic_tests.py 8
: basic revert command
END: basic_tests.py

-- 
Blair Zajac <blair@orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 14 21:13:25 2002

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.