On Mon, Jun 6, 2011 at 2:24 PM, Paul Burba <ptburba_at_gmail.com> wrote:
> On Fri, Jun 3, 2011 at 3:12 PM, Hyrum K Wright <hyrum_at_hyrumwright.org> wrote:
>> All,
>>
>> At long request, we now have tarballs for the first 1.7.0 pre-release:
>> 1.7.0-alpha1 ("phoenix-hatchling"). These were cut from trunk, and
>> the magic rev is r1130808. The buildbots were green at that rev, and
>> all tests pass for me locally. You can find them here:
>> http://people.apache.org/~hwright/svn/1.7.0-alpha1/
>>
>> This is an alpha release, and there are obviously known issues. The
>> purpose is to give distributors and downstream consumers a concrete
>> milestone against which to test, as well as vet our release processes
>> on ASF infrastructure. As you may expect, these prereleases are
>> intended for intrepid users and testers only.
>>
>> As a reminder, there have been a few changes in the release artifacts
>> since the 1.6.x series. We no longer distribute a deps tarball, but
>> instead provide a get-deps.sh script for folks who want to fetch the
>> dependencies. There is no longer a 'to-tigris' directory in the
>> candidate directory. We no longer computer md5sums of the tarballs,
>> but continue to provide sha1sums to verify integrity. (There's
>> probably other stuff I've forgotten.)
>>
>> I hope to get signatures from folks by the end of Tuesday, June 7, and
>> then do the public announcement. Historically, we've not required a
>> full set of signatures for alphas and betas, but it would be nice to
>> get at least some coverage besides just my own. As you send in your
>> signature announcement, please note any issues you found with the
>> alpha release (these will be included in the public announcement).
>> Please send sigs here:
>> http://work.hyrumwright.org/pub/svn/collect_sigs.py
>>
>> -Hyrum
<SNIP>
> Two redirect tests fail over all 4 DAV combinations:
>
> FAIL: redirect_tests.py 2: redirected checkout
> FAIL: redirect_tests.py 3: redirected update
>
> The redirect the failures are similar to this:
>
> [[[
> C:\SVN\src-trunk>win-tests.py -r -c -u http://localhost --http-library
> neon --fs-type fsfs --test=redirect#2 --log-to-stdout
> Testing Release configuration on remote repository http://localhost.
> START: redirect_tests.py
> CMD: svnadmin.exe create svn-test-work\local_tmp\repos
> --bdb-txn-nosync --fs-type=fsfs
> <TIME = 0.033000>
> 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-t
> runk\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config
> --password rayjandom --no-auth-cache --username jrandom
> <TIME = 0.209000>
> Adding svn-test-work\local_tmp\greekfiles\A
> Adding svn-test-work\local_tmp\greekfiles\A\B
> Adding svn-test-work\local_tmp\greekfiles\A\B\lambda
> Adding svn-test-work\local_tmp\greekfiles\A\B\E
> Adding svn-test-work\local_tmp\greekfiles\A\B\E\alpha
> Adding svn-test-work\local_tmp\greekfiles\A\B\E\beta
> Adding svn-test-work\local_tmp\greekfiles\A\B\F
> Adding svn-test-work\local_tmp\greekfiles\A\mu
> Adding svn-test-work\local_tmp\greekfiles\A\C
> Adding svn-test-work\local_tmp\greekfiles\A\D
> Adding svn-test-work\local_tmp\greekfiles\A\D\gamma
> Adding svn-test-work\local_tmp\greekfiles\A\D\G
> Adding svn-test-work\local_tmp\greekfiles\A\D\G\pi
> Adding svn-test-work\local_tmp\greekfiles\A\D\G\rho
> Adding svn-test-work\local_tmp\greekfiles\A\D\G\tau
> Adding svn-test-work\local_tmp\greekfiles\A\D\H
> Adding svn-test-work\local_tmp\greekfiles\A\D\H\chi
> Adding svn-test-work\local_tmp\greekfiles\A\D\H\omega
> Adding svn-test-work\local_tmp\greekfiles\A\D\H\psi
> Adding svn-test-work\local_tmp\greekfiles\iota
>
> Committed revision 1.
> CMD: svnadmin.exe create svn-test-work\repositories\redirect_tests-2
> --bdb-txn-nosync --fs-type=fsfs
> <TIME = 0.035000>
> CMD: svnadmin.exe dump svn-test-work\local_tmp\repos | svnadmin.exe
> load svn-test-work\repositories\redirect_tests-2 --ignore-uuid
> <TIME = 0.002000>
> CMD: svn.exe co
> http://localhost/svn-test-work/repositories/REDIRECT-PERM-redirect_tests-2
> svn-test-work\working_copies\redirect_tests-2.my --config-dir C:\SVN\
> src-trunk\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config
> --password rayjandom --no-auth-cache --username jrandom
> CMD: C:\SVN\src-trunk\Release\subversion\svn\svn.exe co
> http://localhost/svn-test-work/repositories/REDIRECT-PERM-redirect_tests-2
> svn-test-work\working_copies\
> redirect_tests-2.my --config-dir
> C:\SVN\src-trunk\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config
> --password rayjandom --no-auth-cache --usernam
> e jrandom exited with 1
> <TIME = 0.034000>
> svn: E720003: Unable to connect to a repository at URL
> 'http://localhost/svn-test-work/repositories/REDIRECT-PERM-redirect_tests-2'
> svn: E720003: Could not open the requested SVN filesystem
> Traceback (most recent call last):
> File "C:\SVN\src-trunk\subversion\tests\cmdline\svntest\main.py",
> line 1288, in run
> rc = self.pred.run(sandbox)
> File "C:\SVN\src-trunk\subversion\tests\cmdline\svntest\testcase.py",
> line 254, in run
> return self._delegate.run(sandbox)
> File "C:\SVN\src-trunk\subversion\tests\cmdline\svntest\testcase.py",
> line 176, in run
> return self.func(sandbox)
> File "C:\SVN\src-trunk\subversion\tests\cmdline\redirect_tests.py",
> line 102, in redirected_checkout
> exit_code, out, err = svntest.main.run_svn(None, 'co', co_url, wc_dir)
> File "C:\SVN\src-trunk\subversion\tests\cmdline\svntest\main.py",
> line 591, in run_svn
> *(_with_auth(_with_config_dir(varargs))))
> File "C:\SVN\src-trunk\subversion\tests\cmdline\svntest\main.py",
> line 347, in run_command
> None, *varargs)
> File "C:\SVN\src-trunk\subversion\tests\cmdline\svntest\main.py",
> line 523, in run_command_stdin
> raise Failure
> Failure
> FAIL: redirect_tests.py 2: redirected checkout
> END: redirect_tests.py
> ELAPSED: redirect_tests.py 0:00:00.584000
> ]]]
Disregard the redirect failures. Those were due to the fact I used my
own httpd.conf file rather than letting win-tests.py create it (thanks
rhuijben)
Paul
Received on 2011-06-06 21:28:47 CEST