Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-03 Thread Robert Dionne
Chris, This is an excellent idea. Currently the entire suite of browser tests are also run from the command line, where we overload the CouchDB definition and use couchjs. We could break the suite out with a subset staying in share/www/script/test to be used as you suggest, and the lion's

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-03 Thread Jan Lehnardt
On 3 Jun 2011, at 11:09, Robert Dionne wrote: Chris, This is an excellent idea. Currently the entire suite of browser tests are also run from the command line, where we overload the CouchDB definition and use couchjs. We could break the suite out with a subset staying in

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-02 Thread Dave Cottlehuber
Top posting to Bob's top posting, same for me. FF 4.0.1 has been fine on R14B01 / 03 also, when I remember to clear cache. Chrome also seems to be fine I've had no issues with safari current mac version either but not tested either systematically. @nslater when it hangs is there anything of note

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-02 Thread Jan Lehnardt
Hi Peter, thanks for cheering from the sidelines, you vote is most welcome :) Here's a link that should get you up to speed with the procedure and tell you what is expected or not: http://www.apache.org/foundation/voting.html Let us know if you have any questions :) Cheers Jan -- On 2 Jun

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-02 Thread Robert Newson
mostly for fun, I did more testing than our standard procedure to even begin each round of this releasel +1 Mac OS X 10.6.7, erlang R14B03, firefox 4.0.1 digests and sigs verified. make check and Futon all clear (have to clear cache, though). As part of preparing for round 3 I ran all the

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-02 Thread Noah Slater
On 2 Jun 2011, at 09:38, Dave Cottlehuber wrote: @nslater when it hangs is there anything of note happening in the erlang logs/shell ? Throw us a bone! Nope, nothing.

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-02 Thread Paul Davis
On Thu, Jun 2, 2011 at 8:44 AM, Noah Slater nsla...@apache.org wrote: On 2 Jun 2011, at 09:38, Dave Cottlehuber wrote: @nslater when it hangs is there anything of note happening in the erlang logs/shell ? Throw us a bone! Nope, nothing. If Chrome passed fine I'm guessing the error is in

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-02 Thread Noah Slater
On 2 Jun 2011, at 14:38, Jan Lehnardt wrote: I've seen this in the past occasionally, where the test suite does a _restart and then waits forever for CouchDB to come back. The Erlang console will show the regular startup procedure output, but then it just waits there for requests. I have

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-01 Thread Noah Slater
Reinstalled Erlang and the weird SSL problems went away. Unit tests fail for me. - replicator_db error 3001ms Run with debugger • Exception raised: {} rev_stemming error 7ms Run with debugger • Exception raised: {} rewrite error 10ms Run with debugger • Exception

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-01 Thread Robert Dionne
Noah, Does make check run with all the etaps passing? Bob On Jun 1, 2011, at 2:13 PM, Noah Slater wrote: Reinstalled Erlang and the weird SSL problems went away. Unit tests fail for me. - replicator_db error 3001ms Run with debugger • Exception raised: {}

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-01 Thread Paul Davis
On Wed, Jun 1, 2011 at 2:13 PM, Noah Slater nsla...@apache.org wrote: Reinstalled Erlang and the weird SSL problems went away. Unit tests fail for me. - replicator_db error 3001ms Run with debugger        • Exception raised: {} rev_stemming error 7ms Run with debugger        •

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-01 Thread Noah Slater
On 1 Jun 2011, at 19:21, Paul Davis wrote: This usually indicates that something broked on the server. I've only seen it in corner cases where I segfault in a NIF or similar. Did you check if couch was still running? Couch was running, and the tests afterwards all passed. auth_cache fails

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-01 Thread Noah Slater
Considering that the tests work with Chrome, I'm going to change my vote to +1 now. I am also suggesting that we change our recommended test browser to Chrome. Firefox 4 seems to have a lot of trouble with it.

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-01 Thread Noah Slater
On 1 Jun 2011, at 20:41, Paul Davis wrote: On Wed, Jun 1, 2011 at 3:37 PM, Noah Slater nsla...@apache.org wrote: Considering that the tests work with Chrome, I'm going to change my vote to +1 now. I am also suggesting that we change our recommended test browser to Chrome. Firefox 4

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-01 Thread Paul Davis
On Wed, Jun 1, 2011 at 3:45 PM, Noah Slater nsla...@apache.org wrote: On 1 Jun 2011, at 20:41, Paul Davis wrote: On Wed, Jun 1, 2011 at 3:37 PM, Noah Slater nsla...@apache.org wrote: Considering that the tests work with Chrome, I'm going to change my vote to +1 now. I am also suggesting

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-01 Thread Jan Lehnardt
On 1 Jun 2011, at 21:47, Paul Davis wrote: On Wed, Jun 1, 2011 at 3:45 PM, Noah Slater nsla...@apache.org wrote: On 1 Jun 2011, at 20:41, Paul Davis wrote: On Wed, Jun 1, 2011 at 3:37 PM, Noah Slater nsla...@apache.org wrote: Considering that the tests work with Chrome, I'm going to

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-01 Thread Randall Leeds
FWIW I've had no trouble running the tests in Firefox. Do make sure to clear your cache though, in case the browser has old versions of the test scripts cached. On Wed, Jun 1, 2011 at 13:19, Jan Lehnardt j...@apache.org wrote: On 1 Jun 2011, at 21:47, Paul Davis wrote: On Wed, Jun 1, 2011 at

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-01 Thread Paul Davis
What version of FF? 3.5 or newer? On Wed, Jun 1, 2011 at 4:28 PM, Randall Leeds randall.le...@gmail.com wrote: FWIW I've had no trouble running the tests in Firefox. Do make sure to clear your cache though, in case the browser has old versions of the test scripts cached. On Wed, Jun 1, 2011

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-01 Thread Adam Kocoloski
On May 30, 2011, at 6:25 PM, Robert Newson wrote: Hello, I would like call a vote for the Apache CouchDB 1.1.0 release, round 3. Two further issues have been resolved since round 2; 1) Compatibility with erlang R14B03. 2) Release tarball now works on Windows (with Cygwin). We

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-01 Thread Randall Leeds
On Wed, Jun 1, 2011 at 13:29, Paul Davis paul.joseph.da...@gmail.com wrote: What version of FF? 3.5 or newer? 4.0.1 On Wed, Jun 1, 2011 at 4:28 PM, Randall Leeds randall.le...@gmail.com wrote: FWIW I've had no trouble running the tests in Firefox. Do make sure to clear your cache though, in

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-01 Thread Noah Slater
On 1 Jun 2011, at 21:28, Randall Leeds wrote: FWIW I've had no trouble running the tests in Firefox. Do make sure to clear your cache though, in case the browser has old versions of the test scripts cached. I tried this and it hangs on replicate_db forever.

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-01 Thread Jan Lehnardt
Just tangentially FYI: From the collected test suite reports, I compiled this list of reports by success or failure per browser and version: http://friendpaste.com/6GBZiLCVRF3t4JcLFqLKQ9 Cheers Jan -- On 1 Jun 2011, at 22:48, Noah Slater wrote: On 1 Jun 2011, at 21:28, Randall Leeds

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-01 Thread Robert Newson
I'll note that I exclusively use firefox 4.0.1 and the test suite passes reliably in it of R14B01/02/03 (now that the replication bug is fixed). B. On 1 June 2011 21:55, Jan Lehnardt j...@apache.org wrote: Just tangentially FYI: From the collected test suite reports, I compiled this list of

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-01 Thread Peter Nolan
/me votes 'present'.

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-06-01 Thread Peter Nolan
well, i view myself as neither an active player nor a sidelined player but an eager first row fan in this community that looks forward to the advances in this couch 'game'. With minimal understanding of what would/wouldn't make a good release, my vote should have marginal weight. To quote, the

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-05-31 Thread Robert Dionne
+1 OS X 10.6 Erlang 14B01 All tests pass On May 30, 2011, at 6:25 PM, Robert Newson wrote: Hello, I would like call a vote for the Apache CouchDB 1.1.0 release, round 3. Two further issues have been resolved since round 2; 1) Compatibility with erlang R14B03. 2) Release tarball

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-05-31 Thread Filipe David Manana
Verified, +1 On Tue, May 31, 2011 at 10:52 AM, Robert Dionne dio...@dionne-associates.com wrote: +1 OS X 10.6 Erlang 14B01 All tests pass On May 30, 2011, at 6:25 PM, Robert Newson wrote: Hello, I would like call a vote for the Apache CouchDB 1.1.0 release, round 3. Two further

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-05-31 Thread Dave Cottlehuber
On 31 May 2011 20:55, Jan Lehnardt j...@apache.org wrote: Hi Robert, I want to second the others' gratitude for your help pushing 1.1.0 out. What Jan said! This release has been a real saga and you are awesome!! A+ Dave

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-05-31 Thread Dirkjan Ochtman
On Tue, May 31, 2011 at 15:23, Dave Cottlehuber d...@muse.net.nz wrote: What Jan said! This release has been a real saga and you are awesome!! +1. (I've tried the release and make check passes for me. I don't think any of the browsers I run are supported for the Futon tests, so I'm skipping

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-05-31 Thread Sam Bisbee
Howdy, The release looks great - awesome job * on all the work! Ubuntu 10.10 with erlang 1:13.b.3-dfsg-2ubuntu3: - SHA passes - `make check` passes all tests - All Futon tests pass in Chromium 10 and Firefox 3.6.16, though Firefox still doesn't like losing focus when running tests (keeps

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-05-31 Thread Jan Lehnardt
On 31 May 2011, at 17:30, Sam Bisbee wrote: Howdy, The release looks great - awesome job * on all the work! Ubuntu 10.10 with erlang 1:13.b.3-dfsg-2ubuntu3: - SHA passes - `make check` passes all tests - All Futon tests pass in Chromium 10 and Firefox 3.6.16, though Firefox still

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-05-31 Thread Sam Bisbee
On Tue, May 31, 2011 at 11:34 AM, Jan Lehnardt j...@apache.org wrote: On 31 May 2011, at 17:30, Sam Bisbee wrote: Howdy, The release looks great - awesome job * on all the work! Ubuntu 10.10 with erlang 1:13.b.3-dfsg-2ubuntu3:  - SHA passes  - `make check` passes all tests  - All Futon

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-05-31 Thread Jan Lehnardt
On 31 May 2011, at 17:51, Sam Bisbee wrote: On Tue, May 31, 2011 at 11:34 AM, Jan Lehnardt j...@apache.org wrote: On 31 May 2011, at 17:30, Sam Bisbee wrote: Howdy, The release looks great - awesome job * on all the work! Ubuntu 10.10 with erlang 1:13.b.3-dfsg-2ubuntu3: - SHA

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-05-31 Thread Sebastian Cohnen
OS X 10.6.7, Erlang R14B03 +1 * signatures: ok * make check: ok * browser test suite: Firefox 4.0.1 Safari 5.0.5: ok Great work! On 31.05.2011, at 00:25, Robert Newson wrote: Hello, I would like call a vote for the Apache CouchDB 1.1.0 release, round 3. Two further issues have been

[VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-05-30 Thread Robert Newson
Hello, I would like call a vote for the Apache CouchDB 1.1.0 release, round 3. Two further issues have been resolved since round 2; 1) Compatibility with erlang R14B03. 2) Release tarball now works on Windows (with Cygwin). We encourage the whole community to download and test these release

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-05-30 Thread Randall Leeds
* Signature OK * MD5 OK * SHA1 OK * Make check OK * Futon OK +1 On Mon, May 30, 2011 at 15:25, Robert Newson rnew...@apache.org wrote: Hello, I would like call a vote for the Apache CouchDB 1.1.0 release, round 3. Two further issues have been resolved since round 2; 1) Compatibility with

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-05-30 Thread Paul J. Davis
+1 here. Motions pass on latest OS X. On May 30, 2011, at 8:09 PM, Randall Leeds randall.le...@gmail.com wrote: * Signature OK * MD5 OK * SHA1 OK * Make check OK * Futon OK +1 On Mon, May 30, 2011 at 15:25, Robert Newson rnew...@apache.org wrote: Hello, I would like call a vote

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-05-30 Thread till
On Tue, May 31, 2011 at 12:25 AM, Robert Newson rnew...@apache.org wrote: Hello, I would like call a vote for the Apache CouchDB 1.1.0 release, round 3. Two further issues have been resolved since round 2; 1) Compatibility with erlang R14B03. 2) Release tarball now works on Windows (with

Re: [VOTE] Apache CouchDB 1.1.0 release, round 3.

2011-05-30 Thread Dave Cottlehuber
On 31 May 2011 10:25, Robert Newson rnew...@apache.org wrote: Hello, I would like call a vote for the Apache CouchDB 1.1.0 release, round 3. Two further issues have been resolved since round 2; 1) Compatibility with erlang R14B03. 2) Release tarball now works on Windows (with Cygwin). We