On Fri, Apr 16, 2010 at 10:29 AM, Mark Phippard <[email protected]> wrote:
> The Neon and Serf tests on Windows both have one failure. It could be > nothing. I think I have something wrong with my Python environment at > the moment. Here is output from the log. All other tests passed: Mark, I saw the exact same thing last week, http://svn.haxx.se/dev/archive-2010-04/0173.shtml. I spent some time trying to figure out what was going wrong but to no avail. It's a difficult problem to analyze, since everything works fine when I try to debug it. Did you build Apache yourself? Are you running it as a Windows service? Note that svnlook_tests.py 11 test 'svnlook * -t' was uses Python's subprocess module in a hook script. This is the only hook script in our test suite that does this, so this may be a long standing problem. The test itself is quite new (r918211) so this might be a longstanding problem. As I mentioned in the above thread, if I start httpd.exe manually, the test also passes. Maybe you could try that? Paul > CMD: svnadmin.exe create "svn-test-work\repositories\svnlook_tests-11" > --bdb-txn-nosync "--fs-type=fsfs" <TIME = 0.052000> > CMD: svnadmin.exedump svn-test-work\local_tmp\repos | svnadmin.exeload > svn-test-work\repositories\svnlook_tests-11 --ignore-uuid <TIME = > 0.002000> > CMD: svn.exe co > http://localhost/svn-test-work/repositories/svnlook_tests-11 > "svn-test-work\working_copies\svnlook_tests-11" --config-dir > "C:\SVN\subversion-1.6.11\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config" > --password rayjandom --no-auth-cache --username jrandom <TIME = > 0.403000> > A svn-test-work\working_copies\svnlook_tests-11\A > A svn-test-work\working_copies\svnlook_tests-11\A\B > A svn-test-work\working_copies\svnlook_tests-11\A\B\lambda > A svn-test-work\working_copies\svnlook_tests-11\A\B\E > A svn-test-work\working_copies\svnlook_tests-11\A\B\E\alpha > A svn-test-work\working_copies\svnlook_tests-11\A\B\E\beta > A svn-test-work\working_copies\svnlook_tests-11\A\B\F > A svn-test-work\working_copies\svnlook_tests-11\A\mu > A svn-test-work\working_copies\svnlook_tests-11\A\C > A svn-test-work\working_copies\svnlook_tests-11\A\D > A svn-test-work\working_copies\svnlook_tests-11\A\D\gamma > A svn-test-work\working_copies\svnlook_tests-11\A\D\G > A svn-test-work\working_copies\svnlook_tests-11\A\D\G\pi > A svn-test-work\working_copies\svnlook_tests-11\A\D\G\rho > A svn-test-work\working_copies\svnlook_tests-11\A\D\G\tau > A svn-test-work\working_copies\svnlook_tests-11\A\D\H > A svn-test-work\working_copies\svnlook_tests-11\A\D\H\chi > A svn-test-work\working_copies\svnlook_tests-11\A\D\H\omega > A svn-test-work\working_copies\svnlook_tests-11\A\D\H\psi > A svn-test-work\working_copies\svnlook_tests-11\iota > Checked out revision 1. > CMD: svn.exe ci -m "log msg" > "svn-test-work\working_copies\svnlook_tests-11" --config-dir > "C:\SVN\subversion-1.6.11\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config" > --password rayjandom --no-auth-cache --username jrandom <TIME = > 10.689000> > 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 .. > Committed revision 2. > CMD: svn.exe up "svn-test-work\working_copies\svnlook_tests-11" > --config-dir > "C:\SVN\subversion-1.6.11\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config" > --password rayjandom --no-auth-cache --username jrandom <TIME = > 0.177000> > At revision 2. > wrong hook logfile content > EXPECTED STDOUT: > U A/D/G/rho > U A/mu > A/ > A/D/G/ > ACTUAL STDOUT: > EXCEPTION: SVNLineUnequal > Traceback (most recent call last): > File "C:\SVN\subversion-1.6.11\subversion\tests\cmdline\svntest\main.py", > line 1225, in run > rc = self.pred.run(**kw) > File "C:\SVN\subversion-1.6.11\subversion\tests\cmdline\svntest\testcase.py", > line 121, in run > return self.func(sandbox) > File "C:\SVN\subversion-1.6.11\subversion/tests/cmdline/svnlook_tests.py", > line 599, in test_txn_flag > verify_logfile(logfilepath, expected_data) > File "C:\SVN\subversion-1.6.11\subversion/tests/cmdline/svnlook_tests.py", > line 549, in verify_logfile > expected_data, actual_data) > File "C:\SVN\subversion-1.6.11\subversion\tests\cmdline\svntest\verify.py", > line 322, in compare_and_display_lines > raise raisable > SVNLineUnequal > FAIL: svnlook_tests.py 11: test 'svnlook * -t'

