Re: subversion 1.2.0 fails a number of self tests
From: Donald R Laster Jr <laster_at_dlaster.com>
Date: 2005-05-26 03:57:16 CEST
Ben,
I looked at the output and noticed that the following command reported the exception.
svnadmin "create" "local_tmp/repos" "--bdb-txn-nosync"
I ran the command manually in the subversion/tests/clients/cmdline directory and received the following text
svn: Repository creation failed
if I create "local_tmp" the the command ran properly. Is it possible the "make check" failed to create the working temp directory?
Don
---- Ben, I received the following text. This is the same system that the 1.1.4 is built and installed where all of the 1.1.4 tests pass. Don ./basic_tests.py -v 1 CMD: svnadmin "create" "local_tmp/repos" "--bdb-txn-nosync" <TIME = 0.170636> UNEXPECTED EXCEPTION: Traceback (most recent call last): File "/home/laster/SubVersion/subversion-1.2.0/subversion/tests/clients/cmdline/svntest/testcase.py", line 105, in run rc = apply(self.pred.func, args) File "./basic_tests.py", line 54, in basic_checkout sbox.build() File "/home/laster/SubVersion/subversion-1.2.0/subversion/tests/clients/cmdline/svntest/main.py", line 465, in build if actions.make_repo_and_wc(self): File "/home/laster/SubVersion/subversion-1.2.0/subversion/tests/clients/cmdline/svntest/actions.py", line 742, in make_repo_and_wc guarantee_greek_repository(sbox.repo_dir) File "/home/laster/SubVersion/subversion-1.2.0/subversion/tests/clients/cmdline/svntest/actions.py", line 72, in guarantee_greek_repository main.create_repos(main.pristine_dir) File "/home/laster/SubVersion/subversion-1.2.0/subversion/tests/clients/cmdline/svntest/main.py", line 360, in create_repos "[general]\nauth-access = write\npassword-db = passwd\n"); File "/home/laster/SubVersion/subversion-1.2.0/subversion/tests/clients/cmdline/svntest/main.py", line 336, in file_append fp = open(path, 'a') # open in (a)ppend mode IOError: [Errno 2] No such file or directory: 'local_tmp/repos/conf/svnserve.conf' FAIL: basic_tests.py 1: basic checkout of a wc Ben Collins-Sussman wrote: > > On May 25, 2005, at 7:36 PM, Donald R Laster Jr wrote: > >> >> Any help is appreciated. > > > > The fact that every single python test failed indicates that something > is wrong with your testing setup, not with Subversion itself. What > happens when you cd into subversion/tests/clients/ cmdline/ and try > running one test? Something like > > ./basic_tests.py -v 1 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org > For additional commands, e-mail: users-help@subversion.tigris.org > -- =========================================================================== Donald R. Laster Jr. Senior Consulting Engineer DOT4 Inc. =========================================================================== --------------------------------------------------------------------- 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.orgReceived on Thu May 26 03:50:01 2005 |
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.