On 2005-03-23 10:27-0600, Ben Collins-Sussman wrote:
>
> Jani: in order for lock_tests to work, there must be authentication.
Thanks for the heads up!
I have fixed my setup, and this error was/is a genuine for ra_svn:
CMD: svnadmin "create" "repositories/lock_tests-2" "--bdb-txn-nosync" "--fs-type=bdb" <TIME = 0.054651>
CMD: svnadmin dump "local_tmp/repos" | svnadmin load "repositories/lock_tests-2" <TIME = 0.013611>
CMD: svn "co" "--username" "jrandom" "--password" "rayjandom" "svn://localhost/repositories/lock_tests-2" "working_copies/lock_tests-2" "--config-dir" "/srv/svntest/svntest/obj-sh/subversion/tests/clients/cmdline/local_tmp/config" <TIME = 0.825290>
CMD: svn "lock" "--username" "jrandom" "--password" "rayjandom" "-m" "some lock comment" "working_copies/lock_tests-2/iota" "--config-dir" "/srv/svntest/svntest/obj-sh/subversion/tests/clients/cmdline/local_tmp/config" <TIME = 0.063714>
CMD: svn "commit" "-m" "" "--no-unlock" "working_copies/lock_tests-2/iota" "--config-dir" "/srv/svntest/svntest/obj-sh/subversion/tests/clients/cmdline/local_tmp/config" <TIME = 0.929279>
CMD: svn "status" "-v" "-u" "-q" "--username" "jrandom" "--password" "rayjandom" "working_copies/lock_tests-2" "--config-dir" "/srv/svntest/svntest/obj-sh/subversion/tests/clients/cmdline/local_tmp/config" <TIME = 0.076847>
=============================================================
Expected iota and actual iota are different!
=============================================================
EXPECTED NODE TO BE:
=============================================================
* Node name: iota
Path: __SVN_ROOT_NODE/working_copies/lock_tests-2/iota
Contents: None
Properties: {}
Attributes: {'status': ' ', 'writelocked': 'K', 'repos_rev': '2', 'wc_rev': '2'}
Children: is a file.
=============================================================
ACTUAL NODE FOUND:
=============================================================
* Node name: iota
Path: working_copies/lock_tests-2/iota
Contents: None
Properties: {}
Attributes: {'status': ' ', 'writelocked': 'B', 'repos_rev': '2', 'wc_rev': '2'}
Children: is a file.
Unequal at node iota
Unequal at node lock_tests-2
Unequal at node working_copies
EXPECTED OUTPUT TREE:
ROOT
+-- working_copies
+-- lock_tests-2
|-- A
| |-- B
| | |-- E
| | | |-- beta
| | | +-- alpha
| | |-- F
| | +-- lambda
| |-- D
| | |-- G
| | | |-- rho
| | | |-- pi
| | | +-- tau
| | |-- H
| | | |-- psi
| | | |-- omega
| | | +-- chi
| | +-- gamma
| |-- mu
| +-- C
+-- iota
ACTUAL OUTPUT TREE:
ROOT
+-- working_copies
+-- lock_tests-2
|-- iota
+-- A
|-- B
| |-- lambda
| |-- E
| | |-- alpha
| | +-- beta
| +-- F
|-- mu
|-- C
+-- D
|-- gamma
|-- G
| |-- pi
| |-- rho
| +-- tau
+-- H
|-- chi
|-- omega
+-- psi
EXCEPTION: SVNTreeUnequal
FAIL: lock_tests.py 2: unlock a file and verify release behavior
This is the only test which has failed.
BR, Jani
--
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 23 20:58:15 2005