On 5/25/08, Mark Phippard <markphip_at_gmail.com> wrote:
> Just a quick note in case anyone is taking a wait and see approach to
> signing these after the RC6 false start.
>
> On my OSX system, all of the bindings tests have passed (java, ruby,
> perl, python), as have all the fsfs tests (local, svn, neon, serf).
>
> My Windows system is a lot slower and only through the JavaHL and
> local-fsfs tests but otherwise looking good. I probably will not post
> a signature until tomorrow as the Windows tests have a long ways to
> go.
Tests still running, but I've seen the following serf failures errors
so far on Win32:
[bdb | fsfs] x [http (serf)]
FAIL: authz_tests.py 1: authz issue #2486 - open root
FAIL: authz_tests.py 12: test authz for locking
START: authz_tests.py
CMD: svnadmin.exe create "svn-test-work\local_tmp\repos"
--bdb-txn-nosync "--fs-type=fsfs" <TIME = 0.172000>
CMD: svn.exe import -m "Log message for revision 1."
"svn-test-work\local_tmp\greekfiles"
http://localhost/svn-test-work/local_tmp/repos --config-dir
"C:\SVN\src-trunk\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config"
--password rayjandom --no-auth-cache --username jrandom <TIME =
0.391000>
CMD: svnadmin.exe create "svn-test-work\repositories\authz_tests-1"
--bdb-txn-nosync "--fs-type=fsfs" <TIME = 0.156000>
CMD: svnadmin.exe dump "svn-test-work\local_tmp\repos" | svnadmin.exe
load "svn-test-work\repositories\authz_tests-1" --ignore-uuid <TIME =
0.016000>
CMD: svn.exe co
http://localhost/svn-test-work/repositories/authz_tests-1
"svn-test-work\working_copies\authz_tests-1" --config-dir
"C:\SVN\src-trunk\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config"
--password rayjandom --no-auth-cache --username jrandom <TIME =
0.531000>
CMD: svn.exe ci -m "log msg"
"svn-test-work\working_copies\authz_tests-1\A\mu" --config-dir
"C:\SVN\src-trunk\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config"
--password rayjandom --no-auth-cache --username jrandom <TIME =
0.078000>
svn: Commit failed (details follow):
svn: XML parsing failed: (403 Forbidden)
Traceback (most recent call last):
File "C:\SVN\src-trunk\subversion\tests\cmdline\svntest\main.py",
line 1078, in run
rc = apply(self.pred.run, (), kw)
File "C:\SVN\src-trunk\subversion\tests\cmdline\svntest\testcase.py",
line 203, in run
return self.test_case.run(sandbox=sandbox)
File "C:\SVN\src-trunk\subversion\tests\cmdline\svntest\testcase.py",
line 121, in run
return self.func(sandbox)
File "C:\SVN\src-trunk\subversion/tests/cmdline/authz_tests.py",
line 71, in authz_open_root
mu_path)
File "C:\SVN\src-trunk\subversion\tests\cmdline\svntest\actions.py",
line 878, in run_and_verify_commit
'-m', 'log msg',
File "C:\SVN\src-trunk\subversion\tests\cmdline\svntest\main.py",
line 493, in run_svn
return run_command(svn_binary, error_expected, 0,
File "C:\SVN\src-trunk\subversion\tests\cmdline\svntest\main.py",
line 313, in run_command
None, *varargs)
File "C:\SVN\src-trunk\subversion\tests\cmdline\svntest\main.py",
line 435, in run_command_stdin
raise Failure
Failure
FAIL: authz_tests.py 1: authz issue #2486 - open root
.
<snip>
.
CMD: svnadmin.exe create "svn-test-work\repositories\authz_tests-12"
--bdb-txn-nosync "--fs-type=fsfs" <TIME = 0.156000>
CMD: svnadmin.exe dump "svn-test-work\local_tmp\repos" | svnadmin.exe
load "svn-test-work\repositories\authz_tests-12" --ignore-uuid <TIME =
0.016000>
CMD: svn.exe co
http://localhost/svn-test-work/repositories/authz_tests-12
"svn-test-work\working_copies\authz_tests-12" --config-dir
"C:\SVN\src-trunk\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config"
--password rayjandom --no-auth-cache --username jrandom <TIME =
0.610000>
CMD: svn.exe lock -m "lock msg"
http://localhost/svn-test-work/repositories/authz_tests-12/iota
--config-dir "C:\SVN\src-trunk\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config"
--password rayjandom --no-auth-cache --username jrandom <TIME =
0.078000>
CMD: svn.exe lock -m "lock msg"
"svn-test-work\working_copies\authz_tests-12\iota" --config-dir
"C:\SVN\src-trunk\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config"
--password rayjandom --no-auth-cache --username jrandom <TIME =
0.094000>
CMD: svn.exe lock -m "lock msg"
"svn-test-work\working_copies\authz_tests-12\A\mu" --config-dir
"C:\SVN\src-trunk\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config"
--password rayjandom --no-auth-cache --username jrandom <TIME =
0.125000>
svn: XML parsing failed: (403 Forbidden)
Traceback (most recent call last):
File "C:\SVN\src-trunk\subversion\tests\cmdline\svntest\main.py",
line 1078, in run
rc = apply(self.pred.run, (), kw)
File "C:\SVN\src-trunk\subversion\tests\cmdline\svntest\testcase.py",
line 203, in run
return self.test_case.run(sandbox=sandbox)
File "C:\SVN\src-trunk\subversion\tests\cmdline\svntest\testcase.py",
line 121, in run
return self.func(sandbox)
File "C:\SVN\src-trunk\subversion/tests/cmdline/authz_tests.py",
line 725, in authz_locking
mu_path)
File "C:\SVN\src-trunk\subversion\tests\cmdline\svntest\actions.py",
line 175, in run_and_verify_svn
out, err = main.run_svn(want_err, *varargs)
File "C:\SVN\src-trunk\subversion\tests\cmdline\svntest\main.py",
line 493, in run_svn
return run_command(svn_binary, error_expected, 0,
File "C:\SVN\src-trunk\subversion\tests\cmdline\svntest\main.py",
line 313, in run_command
None, *varargs)
File "C:\SVN\src-trunk\subversion\tests\cmdline\svntest\main.py",
line 435, in run_command_stdin
raise Failure
Failure
FAIL: authz_tests.py 12: test authz for locking
I'll try to take a look at these tomorrow afternoon.
Paul
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-26 07:32:02 CEST