You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "D.J. Heap" <dj...@shadyvale.net> on 2003/11/25 14:29:43 UTC

Test failure

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

Re: Test failure

Posted by Philip Martin <ph...@codematters.co.uk>.
"D.J. Heap" <dj...@shadyvale.net> writes:

> FAIL:  schedule_tests.py 22: status after add of deleted directory

I enabled Karl's test after I "fixed" it.  I'll take another look, it
probably needs to use safe_rmtree.

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org