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

Re: merge_tests.py failure

From: <kfogel_at_collab.net>
Date: 2006-03-10 21:18:29 CET

Erem Örs <erem.ors@integral.com.tr> writes:
> I am a newbie to version control systems and not an expert on Linux systems.
> Let me give you a summary about the system and then I will mention the
> problem:
>
> I have just installed Subversion 1.3.0 on a Debian system from the
> source files with default configuration.
> I plan to use Windows XP as client.
> BerkleyDB is not installed, because I want to use FSFS.
> Apache is not installed, because I plan to use "svnserve".
>
> I have followed instructions on INSTALL file (configure-make-make
> install) and finally I ran "make check" command.
> All the tests were successfull except 9. step of "merge_tests.py".
> Before going any further I want to solve this "failure".

This is odd. I wonder if we shipped with a broken test...? That'd be
bad.

If you build head of http://svn.collab.net/repos/svn/trunk/ on the
same machine and run the test, do you get the same result? (I'm still
building over here, but I'll try it when done.)

I haven't seen that test fail in recent 'make check' runs, FWIW.

-Karl

-- 
www.collab.net  <>  CollabNet  |  Distributed Development On Demand
> This is the result of "make check":
> At least one test FAILED, checking
> /home/integral/0hamal/subversion-1.3.0/tests.log
> FAIL:  merge_tests.py 9: merge operations using PREV revision
> At least one test was SKIPPED, checking
> /home/integral/0hamal/subversion-1.3.0/tests.log
> SKIP:  utf8_tests.py 1: conversion of paths and logs to/from utf8
> make: *** [check] Hata 1
> 
> Is there anybody who has an idea about what happened?
> (Right below my signature you can find an excerpt from the file
> "tests.log" which concerns the failed part of tests)
> 
> Note: I have just subscribed to the list, sorry if I repeat a question
> already answered.
> 
> Thank you in advance,
> Best Regards,
> Erem Örs.
> 
> tests.log:
> ---------
> ...
> CMD: svnadmin "create" "svn-test-work/repositories/merge_tests-9"
> "--bdb-txn-nosync" <TIME = 0.146058>
> CMD: svnadmin dump "svn-test-work/local_tmp/repos" | svnadmin load
> "svn-test-work/repositories/merge_tests-9" <TIME = 0.002110>
> CMD: svn "co" "--username" "jrandom" "--password" "rayjandom"
> "file:///home/integral/0hamal/subversion-1.3.0/subversion/tests/clients/cmdline/svn-test-work/repositories/merge_tests-9"
> "svn-test-work/working_copies/merge_tests-9" "--config-dir"
> "/home/integral/0hamal/subversion-1.3.0/subversion/tests/clients/cmdline/svn-test-work/local_tmp/config"
> <TIME = 0.672669>
> CMD: svn "add" "svn-test-work/working_copies/merge_tests-9/A/zot"
> "--config-dir"
> "/home/integral/0hamal/subversion-1.3.0/subversion/tests/clients/cmdline/svn-test-work/local_tmp/config"
> <TIME = 0.083989>
> CMD: svn "ci" "-m" "log msg"
> "svn-test-work/working_copies/merge_tests-9" "--config-dir"
> "/home/integral/0hamal/subversion-1.3.0/subversion/tests/clients/cmdline/svn-test-work/local_tmp/config"
> <TIME = 0.905910>
> CMD: svn "status" "-v" "-u" "-q" "--username" "jrandom" "--password"
> "rayjandom" "svn-test-work/working_copies/merge_tests-9"
> "--config-dir"
> "/home/integral/0hamal/subversion-1.3.0/subversion/tests/clients/cmdline/svn-test-work/local_tmp/config"
> <TIME = 0.161932>
> CMD: svn "merge" "-r" "HEAD:PREV" "mu" "--config-dir"
> "/home/integral/0hamal/subversion-1.3.0/subversion/tests/clients/cmdline/svn-test-work/local_tmp/config"
> <TIME = 0.120145>
> CMD: svn "status" "-v" "-u" "-q" "--username" "jrandom" "--password"
> "rayjandom" "svn-test-work/working_copies/merge_tests-9.other"
> "--config-dir"
> "/home/integral/0hamal/subversion-1.3.0/subversion/tests/clients/cmdline/svn-test-work/local_tmp/config"
> <TIME = 0.073592>
> CMD: svn "up" "--config-dir"
> "/home/integral/0hamal/subversion-1.3.0/subversion/tests/clients/cmdline/svn-test-work/local_tmp/config"
> <TIME = 0.908978>
> CMD: svn "merge" "-r" "COMMITTED:PREV" "A" "A" "--config-dir"
> "/home/integral/0hamal/subversion-1.3.0/subversion/tests/clients/cmdline/svn-test-work/local_tmp/config"
> <TIME = 0.097406>
> EXPECTED STDERR:
> ACTUAL STDERR:
> svn: Syntax error in revision argument 'COMMITTED:PREV'
> EXCEPTION: SVNLineUnequal
> FAIL:  merge_tests.py 9: merge operations using PREV revision
> ...
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 
> 
-- 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 10 23:07:33 2006

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.