On Thu, Sep 30, 2010 at 8:21 AM, Mark Phippard <[email protected]> wrote: > On Wed, Sep 29, 2010 at 4:08 PM, Hyrum K. Wright > <[email protected]> wrote: >> 1.6.13 tarballs are up for testing and signing. The magic revision is >> r1002816: >> http://people.apache.org/~hwright/svn/1.6.13/ > > I am going to send my signature in a minute, but I did have one test > failure with Neon and Serf on Windows. I am assuming this is a local > issue. Here are details: > > CMD: svn.exe ci -m "log msg" > "svn-test-work\working_copies\svnlook_tests-11" --config-dir > "C:\SVN\subversion-1.6.13\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config" > --password rayjandom --no-auth-cache --username jrandom <TIME = > 3600.568000> > Sending svn-test-work\working_copies\svnlook_tests-11\A\D\G\rho > Sending svn-test-work\working_copies\svnlook_tests-11\A\mu > Transmitting file data ..svn: Commit failed (details follow): > svn: MERGE of '/svn-test-work/repositories/svnlook_tests-11/A': timed > out waiting for server (http://localhost) > Traceback (most recent call last): > File "C:\SVN\subversion-1.6.13\subversion\tests\cmdline\svntest\main.py", > line 1225, in run > rc = self.pred.run(**kw) > File "C:\SVN\subversion-1.6.13\subversion\tests\cmdline\svntest\testcase.py", > line 121, in run > return self.func(sandbox) > File "C:\SVN\subversion-1.6.13\subversion/tests/cmdline/svnlook_tests.py", > line 594, in test_txn_flag > 'ci', '-m', 'log msg', wc_dir) > File "C:\SVN\subversion-1.6.13\subversion\tests\cmdline\svntest\actions.py", > line 208, in run_and_verify_svn > expected_exit, *varargs) > File "C:\SVN\subversion-1.6.13\subversion\tests\cmdline\svntest\actions.py", > line 241, in run_and_verify_svn2 > exit_code, out, err = main.run_svn(want_err, *varargs) > File "C:\SVN\subversion-1.6.13\subversion\tests\cmdline\svntest\main.py", > line 580, in run_svn > *(_with_auth(_with_config_dir(varargs)))) > File "C:\SVN\subversion-1.6.13\subversion\tests\cmdline\svntest\main.py", > line 356, in run_command > None, *varargs) > File "C:\SVN\subversion-1.6.13\subversion\tests\cmdline\svntest\main.py", > line 515, in run_command_stdin > raise Failure > Failure > FAIL: svnlook_tests.py 11: test 'svnlook * -t'
Mark, You'll recall we've seen some odd failures with this test before: http://svn.haxx.se/dev/archive-2010-04/0173.shtml http://svn.haxx.se/dev/archive-2010-04/0418.shtml These failures where related to the pre-commit python hook script and were solved by running Apache manually and not as a service. That's how I ran my tests and everything worked fine. Paul

