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

Test failure

From: D.J. Heap <dj_at_shadyvale.net>
Date: 2003-11-25 15:29:43 CET

I'm getting one test failure on Windows that is new since a few days ago
-- I'll investigate over the holiday if no one has already done so:

CMD: svnadmin.exe "create" "repositories\schedule_tests-22"
"--bdb-txn-nosync" <TIME = 1.913000>
CMD: svnadmin.exe dump "local_tmp\repos" | svnadmin.exe load
"repositories\schedule_tests-22" <TIME = 0.010000>
CMD: svn.exe "co" "--username" "jrandom" "--password" "rayjandom"
"file:///C:/Temp/junk/subversion/tests/clients/cmdline/repositories/schedule_tests-22"
"working_copies\schedule_tests-22" "--config-dir"
"C:\Temp\junk\subversion\tests\clients\cmdline\local_tmp\config" <TIME =
2.674000>
CMD: svn.exe "rm" "working_copies\schedule_tests-22\A" "--config-dir"
"C:\Temp\junk\subversion\tests\clients\cmdline\local_tmp\config" <TIME =
0.080000>
UNEXPECTED EXCEPTION:
Traceback (most recent call last):
   File
"D:\Projects\DotNet\Fti\Apps\SvnClient\Subversion\subversion\tests\clients\cmdline\svntest\testcase.py",
line 101, in run
     rc = apply(self.pred.func, args)
   File
"D:\Projects\DotNet\Fti\Apps\SvnClient\Subversion\subversion/tests/clients/cmdline/schedule_tests.py",
line 610, in status_add_deleted_directory
     shutil.rmtree(A_path)
   File "C:\Python23\lib\shutil.py", line 140, in rmtree
     raise exc[0], (exc[1][0], exc[1][1] + ' removing '+arg)
OSError: [Errno 13] Permission denied removing
working_copies\schedule_tests-22\A\.svn\entries
FAIL: schedule_tests.py 22: status after add of deleted directory
END: schedule_tests.py

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 25 15:30:31 2003

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.