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

Test suite results and failures 1.5.x r30984

From: Jens Peters <jpeters7677_at_gmx.de>
Date: Sun, 04 May 2008 08:59:02 +0200

Hello there,

I did some test runs on Windows with the 1.5.x branch at revision 30984. Everything seems pretty good, but there are three failures in some
configurations. Please let me know if I can provide more information.

I used the following dependencies:

Apache 2.2.8/APR1.2.12
Neon 0.28.2/Serf 0.1.2/OpenSSL0.9.8/zlib 1.2.3
gettext 0.14.6
BDB 4.6.21
SASL 2.1.22

Everything is compiled with VS2005 SP1.

This is unfortunately not yet rc5, but I think that won't make any difference in the results, because just a log and a ruby binding issue is
backported in meantime. So these are the results:

- Local repository, fsfs (python win-tests.py -r -v -c ):
        Every test succeeded!

- Local repository, bdb (python win-tests.py -r -v -c --fs-type=bdb):
        Every test succeeded!

- SVN respository, fsfs, sasl (python win-tests.py -r -v -c --enable-sasl):
        Every test succeeded!

- SVN respository, bdb, sasl (python win-tests.py -r -v -c --fs-type=bdb --enable-sasl):
        FAIL: depth_tests.py 23: upgrade a depth=empty wc from above

- Http respository, fsfs, neon (python win-tests.py -r -v -c -u http://localhost):
        Every test succeeded!

- Http respository, bdb, neon (python win-tests.py -r -v -c --fs-type=bdb -u http://localhost):
        FAIL: depth_tests.py 23: upgrade a depth=empty wc from above

- Http respository, fsfs, serf (python win-tests.py -r -v -c -u http://localhost --http-library=serf):
        FAIL: authz_tests.py 1: authz issue #2486 - open root
        FAIL: authz_tests.py 12: test authz for locking

- Http respository, bdb, serf (python win-tests.py -r -v -c -u http://localhost --fs-type=bdb --http-library=serf):
        FAIL: authz_tests.py 1: authz issue #2486 - open root
        FAIL: authz_tests.py 12: test authz for locking
        FAIL: depth_tests.py 23: upgrade a depth=empty wc from above

Regards,
Jens

Details:

CMD: svnadmin.exe create "svn-test-work\repositories\depth_tests-23" --bdb-txn-nosync "--fs-type=bdb" <TIME = 2.674000>
CMD: svnadmin.exe dump "svn-test-work\local_tmp\repos" | svnadmin.exe load "svn-test-work\repositories\depth_tests-23" --ignore-uuid <TIME = 0.010000>
CMD: svn.exe co --depth empty svn://localhost/svn-test-work/repositories/depth_tests-23 "svn-test-work\working_copies\depth_tests-23-depth-empty"
--config-dir "D:\src\svn\subversion-1.5.x\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config" --password rayjandom --no-auth-cache
--username jrandom <TIME = 0.551000>
CMD: svn.exe up "--set-depth=files" --config-dir "D:\src\svn\subversion-1.5.x\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config"
--password rayjandom --no-auth-cache --username jrandom <TIME = 0.370000>
CMD: svn.exe status -v -u -q "" --config-dir "D:\src\svn\subversion-1.5.x\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config" --password
rayjandom --no-auth-cache --username jrandom <TIME = 0.381000>
CMD: svn.exe info . --config-dir "D:\src\svn\subversion-1.5.x\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config" --password rayjandom
--no-auth-cache --username jrandom <TIME = 0.310000>
UNEXPECTED EXCEPTION:
Traceback (most recent call last):
   File "D:\src\svn\subversion-1.5.x\subversion\tests\cmdline\svntest\main.py", line 1074, in run
     rc = apply(self.pred.run, (), kw)
   File "D:\src\svn\subversion-1.5.x\subversion\tests\cmdline\svntest\testcase.py", line 121, in run
     return self.func(sandbox)
   File "D:\src\svn\subversion-1.5.x\subversion/tests/cmdline/depth_tests.py", line 1267, in upgrade_from_above
     wc, ign_a, ign_b, ign_c = set_up_depthy_working_copies(sbox, empty=True)
   File "D:\src\svn\subversion-1.5.x\subversion/tests/cmdline/depth_tests.py", line 55, in set_up_depthy_working_copies
     sbox.build(create_wc = False)
   File "D:\src\svn\subversion-1.5.x\subversion\tests\cmdline\svntest\main.py", line 929, in build
     if actions.make_repo_and_wc(self, create_wc, read_only):
   File "D:\src\svn\subversion-1.5.x\subversion\tests\cmdline\svntest\actions.py", line 1158, in make_repo_and_wc
     guarantee_greek_repository(sbox.repo_dir)
   File "D:\src\svn\subversion-1.5.x\subversion\tests\cmdline\svntest\actions.py", line 111, in guarantee_greek_repository
     main.safe_rmtree(path)
   File "D:\src\svn\subversion-1.5.x\subversion\tests\cmdline\svntest\main.py", line 545, in safe_rmtree
     rmtree(dirname)
   File "D:\src\svn\subversion-1.5.x\subversion\tests\cmdline\svntest\main.py", line 530, in rmtree
     shutil.rmtree(dirname)
   File "D:\opt\python\Lib\shutil.py", line 169, in rmtree
     rmtree(fullname, ignore_errors, onerror)
   File "D:\opt\python\Lib\shutil.py", line 174, in rmtree
     onerror(os.remove, fullname, sys.exc_info())
   File "D:\opt\python\Lib\shutil.py", line 172, in rmtree
     os.remove(fullname)
WindowsError: [Error 5] Access is denied: 'svn-test-work\\repositories\\depth_tests-23\\db\\__db.001'
FAIL: depth_tests.py 23: upgrade a depth=empty wc from above

CMD: svnadmin.exe create "svn-test-work\local_tmp\repos" --bdb-txn-nosync "--fs-type=fsfs" <TIME = 0.701000>
CMD: svn.exe import -m "Log message for revision 1." "svn-test-work\local_tmp\greekfiles" http://localhost/svn-test-work/local_tmp/repos --config-dir
"D:\src\svn\subversion-1.5.x\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config" --password rayjandom --no-auth-cache --username jrandom
<TIME = 1.292000>
CMD: svnadmin.exe create "svn-test-work\repositories\authz_tests-1" --bdb-txn-nosync "--fs-type=fsfs" <TIME = 0.641000>
CMD: svnadmin.exe dump "svn-test-work\local_tmp\repos" | svnadmin.exe load "svn-test-work\repositories\authz_tests-1" --ignore-uuid <TIME = 0.010000>
CMD: svn.exe co http://localhost/svn-test-work/repositories/authz_tests-1 "svn-test-work\working_copies\authz_tests-1" --config-dir
"D:\src\svn\subversion-1.5.x\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config" --password rayjandom --no-auth-cache --username jrandom
<TIME = 1.262000>
CMD: svn.exe ci -m "log msg" "svn-test-work\working_copies\authz_tests-1\A\mu" --config-dir
"D:\src\svn\subversion-1.5.x\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config" --password rayjandom --no-auth-cache --username jrandom
<TIME = 0.290000>
svn: Commit failed (details follow):
svn: XML parsing failed: (403 Forbidden)
Traceback (most recent call last):
   File "D:\src\svn\subversion-1.5.x\subversion\tests\cmdline\svntest\main.py", line 1074, in run
     rc = apply(self.pred.run, (), kw)
   File "D:\src\svn\subversion-1.5.x\subversion\tests\cmdline\svntest\testcase.py", line 203, in run
     return self.test_case.run(sandbox=sandbox)
   File "D:\src\svn\subversion-1.5.x\subversion\tests\cmdline\svntest\testcase.py", line 121, in run
     return self.func(sandbox)
   File "D:\src\svn\subversion-1.5.x\subversion/tests/cmdline/authz_tests.py", line 71, in authz_open_root
     mu_path)
   File "D:\src\svn\subversion-1.5.x\subversion\tests\cmdline\svntest\actions.py", line 879, in run_and_verify_commit
     *args)
   File "D:\src\svn\subversion-1.5.x\subversion\tests\cmdline\svntest\main.py", line 494, in run_svn
     *(_with_auth(_with_config_dir(varargs))))
   File "D:\src\svn\subversion-1.5.x\subversion\tests\cmdline\svntest\main.py", line 313, in run_command
     None, *varargs)
   File "D:\src\svn\subversion-1.5.x\subversion\tests\cmdline\svntest\main.py", line 435, in run_command_stdin
     raise Failure
Failure
FAIL: authz_tests.py 1: authz issue #2486 - open root

CMD: svnadmin.exe create "svn-test-work\repositories\authz_tests-12" --bdb-txn-nosync "--fs-type=fsfs" <TIME = 0.621000>
CMD: svnadmin.exe dump "svn-test-work\local_tmp\repos" | svnadmin.exe load "svn-test-work\repositories\authz_tests-12" --ignore-uuid <TIME = 0.010000>
CMD: svn.exe co http://localhost/svn-test-work/repositories/authz_tests-12 "svn-test-work\working_copies\authz_tests-12" --config-dir
"D:\src\svn\subversion-1.5.x\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config" --password rayjandom --no-auth-cache --username jrandom
<TIME = 1.232000>
CMD: svn.exe lock -m "lock msg" http://localhost/svn-test-work/repositories/authz_tests-12/iota --config-dir
"D:\src\svn\subversion-1.5.x\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config" --password rayjandom --no-auth-cache --username jrandom
<TIME = 0.270000>
CMD: svn.exe lock -m "lock msg" "svn-test-work\working_copies\authz_tests-12\iota" --config-dir
"D:\src\svn\subversion-1.5.x\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config" --password rayjandom --no-auth-cache --username jrandom
<TIME = 0.271000>
CMD: svn.exe lock -m "lock msg" "svn-test-work\working_copies\authz_tests-12\A\mu" --config-dir
"D:\src\svn\subversion-1.5.x\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config" --password rayjandom --no-auth-cache --username jrandom
<TIME = 0.280000>
svn: XML parsing failed: (403 Forbidden)
Traceback (most recent call last):
   File "D:\src\svn\subversion-1.5.x\subversion\tests\cmdline\svntest\main.py", line 1074, in run
     rc = apply(self.pred.run, (), kw)
   File "D:\src\svn\subversion-1.5.x\subversion\tests\cmdline\svntest\testcase.py", line 203, in run
     return self.test_case.run(sandbox=sandbox)
   File "D:\src\svn\subversion-1.5.x\subversion\tests\cmdline\svntest\testcase.py", line 121, in run
     return self.func(sandbox)
   File "D:\src\svn\subversion-1.5.x\subversion/tests/cmdline/authz_tests.py", line 725, in authz_locking
     mu_path)
   File "D:\src\svn\subversion-1.5.x\subversion\tests\cmdline\svntest\actions.py", line 175, in run_and_verify_svn
     out, err = main.run_svn(want_err, *varargs)
   File "D:\src\svn\subversion-1.5.x\subversion\tests\cmdline\svntest\main.py", line 494, in run_svn
     *(_with_auth(_with_config_dir(varargs))))
   File "D:\src\svn\subversion-1.5.x\subversion\tests\cmdline\svntest\main.py", line 313, in run_command
     None, *varargs)
   File "D:\src\svn\subversion-1.5.x\subversion\tests\cmdline\svntest\main.py", line 435, in run_command_stdin
     raise Failure
Failure
FAIL: authz_tests.py 12: test authz for locking

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-04 08:59:34 CEST

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.