Helping out with releases

2011-05-10 Thread Dirkjan Ochtman
Hi there, Since I note that the release process for 1.1 seems to have been stalled again, I wonder if there was stuff I could do. I'd be happy to join the RM team to help Apache CouchDB provide more timely releases so that companies like mine can benefit sooner from the latest fruits of the

[jira] [Created] (COUCHDB-1153) Database and view index compaction daemon

2011-05-10 Thread Filipe Manana (JIRA)
Database and view index compaction daemon - Key: COUCHDB-1153 URL: https://issues.apache.org/jira/browse/COUCHDB-1153 Project: CouchDB Issue Type: New Feature Environment: trunk

[jira] [Commented] (COUCHDB-1045) Replication reports missing for docs which exist and are accesible

2011-05-10 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13031117#comment-13031117 ] James Howe commented on COUCHDB-1045: - COUCHDB-1154 - Same symptoms of an underlying

Re: Helping out with releases

2011-05-10 Thread Paul Davis
Like Jan says, it'd be awesome to have more people familiar with the release procedure. Although if you're interested in speeding up releases the best place to start would be by learning some internals. The issues that usually keep things from shipping is that a test is randomly failing or there's

Re: Helping out with releases

2011-05-10 Thread Paul Davis
On Tue, May 10, 2011 at 8:29 AM, Dirkjan Ochtman dirk...@ochtman.nl wrote: On Tue, May 10, 2011 at 14:08, Paul Davis paul.joseph.da...@gmail.com wrote: Like Jan says, it'd be awesome to have more people familiar with the release procedure. Although if you're interested in speeding up releases

Re: Helping out with releases

2011-05-10 Thread Paul Davis
On Tue, May 10, 2011 at 8:29 AM, Dirkjan Ochtman dirk...@ochtman.nl wrote: On Tue, May 10, 2011 at 14:08, Paul Davis paul.joseph.da...@gmail.com wrote: Like Jan says, it'd be awesome to have more people familiar with the release procedure. Although if you're interested in speeding up releases

Re: Helping out with releases

2011-05-10 Thread Jan Lehnardt
On 10 May 2011, at 15:21, Paul Davis wrote: On Tue, May 10, 2011 at 8:29 AM, Dirkjan Ochtman dirk...@ochtman.nl wrote: On Tue, May 10, 2011 at 14:08, Paul Davis paul.joseph.da...@gmail.com wrote: Like Jan says, it'd be awesome to have more people familiar with the release procedure.

Re: Helping out with releases

2011-05-10 Thread Robert Dionne
Paul, I'll try to take a look at 090 and 140 tonight after work, I know I've seen 140 randomly failing. Bob On May 10, 2011, at 9:21 AM, Paul Davis wrote: On Tue, May 10, 2011 at 8:29 AM, Dirkjan Ochtman dirk...@ochtman.nl wrote: On Tue, May 10, 2011 at 14:08, Paul Davis

Re: Helping out with releases

2011-05-10 Thread Paul Davis
On Tue, May 10, 2011 at 9:24 AM, Jan Lehnardt j...@apache.org wrote: On 10 May 2011, at 15:21, Paul Davis wrote: On Tue, May 10, 2011 at 8:29 AM, Dirkjan Ochtman dirk...@ochtman.nl wrote: On Tue, May 10, 2011 at 14:08, Paul Davis paul.joseph.da...@gmail.com wrote: Like Jan says, it'd be

Re: Helping out with releases

2011-05-10 Thread Jan Lehnardt
On 10 May 2011, at 15:28, Paul Davis wrote: On Tue, May 10, 2011 at 9:24 AM, Jan Lehnardt j...@apache.org wrote: On 10 May 2011, at 15:21, Paul Davis wrote: On Tue, May 10, 2011 at 8:29 AM, Dirkjan Ochtman dirk...@ochtman.nl wrote: On Tue, May 10, 2011 at 14:08, Paul Davis

Re: Helping out with releases

2011-05-10 Thread Jan Lehnardt
Putting 140 on an infinite loop (while(true); do ./test/etap/run test/etap/140-attachment-comp.t ; done) eventually gives me http://www.friendpaste.com/2JCA8dvre9orA3UysYYTCe on both SSD Mac OS X 10.6 and Ubuntu 10.04 on disk in a VMWare. I also got one instance of

Re: Helping out with releases

2011-05-10 Thread Jan Lehnardt
More info: the Mac is on R14B02 and Ubuntu is on R13B03. Cheers Jan -- On 10 May 2011, at 15:49, Jan Lehnardt wrote: Putting 140 on an infinite loop (while(true); do ./test/etap/run test/etap/140-attachment-comp.t ; done) eventually gives me

Re: Helping out with releases

2011-05-10 Thread Paul Davis
On Tue, May 10, 2011 at 9:49 AM, Jan Lehnardt j...@apache.org wrote: Putting 140 on an infinite loop (while(true); do ./test/etap/run test/etap/140-attachment-comp.t ; done) eventually gives me http://www.friendpaste.com/2JCA8dvre9orA3UysYYTCe on both SSD Mac OS X 10.6 and Ubuntu 10.04 on

[jira] [Created] (COUCHDB-1155) Etag send by list function does not depend on userCtx

2011-05-10 Thread Johannes J. Schmidt (JIRA)
Etag send by list function does not depend on userCtx - Key: COUCHDB-1155 URL: https://issues.apache.org/jira/browse/COUCHDB-1155 Project: CouchDB Issue Type: Bug Components:

[jira] [Commented] (COUCHDB-1075) Circular require's in CommonJS modules

2011-05-10 Thread mikeal (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13031287#comment-13031287 ] mikeal commented on COUCHDB-1075: - i just took a glance at it. looks good. but patches

[jira] [Commented] (COUCHDB-1075) Circular require's in CommonJS modules

2011-05-10 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13031289#comment-13031289 ] Paul Joseph Davis commented on COUCHDB-1075: @mikeal Sounds good, thanks

Tips for getting past test suite errors

2011-05-10 Thread Jake Levirne
Hello- I'm new to couchdb-dev and am trying to get to the point where I can make useful contributions. Right now 8 of my tests are failing when I run the test suite in futon (details below). I'm running on an Ubuntu 10.04.2 Server virtualbox, and I've forked and cloned apache/couchdb on github

Re: [jira] [Commented] (COUCHDB-906) Please offer offline downloadable documentation

2011-05-10 Thread Ryan Ramage
The couch wiki needs to be hosted on couchdb, ready for local replication :) On Tue, May 10, 2011 at 2:46 PM, Chris Wilson (JIRA) j...@apache.org wrote:    [

[jira] [Commented] (COUCHDB-1060) CouchDB should use a secure password hash method instead of the current one

2011-05-10 Thread Chris Anderson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13031452#comment-13031452 ] Chris Anderson commented on COUCHDB-1060: - The current implementation avoids a

[jira] [Created] (COUCHDB-1156) Futon shows apache license when performing unauthorised operations

2011-05-10 Thread Dale Harvey (JIRA)
Futon shows apache license when performing unauthorised operations -- Key: COUCHDB-1156 URL: https://issues.apache.org/jira/browse/COUCHDB-1156 Project: CouchDB Issue Type: Bug

[jira] [Updated] (COUCHDB-1156) Futon shows apache license when performing unauthorised operations

2011-05-10 Thread Dale Harvey (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dale Harvey updated COUCHDB-1156: - Attachment: accept-json.patch Futon shows apache license when performing unauthorised

[jira] [Commented] (COUCHDB-1156) Futon shows apache license when performing unauthorised operations

2011-05-10 Thread Dale Harvey (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13031480#comment-13031480 ] Dale Harvey commented on COUCHDB-1156: -- A screenshot of the issue

Re: Tips for getting past test suite errors

2011-05-10 Thread Paul Davis
Jake, What browser are you using? Officially we only support FF3.5 (unless that version changed recently?) but the tests generally work on all the WebKit browsers as well though occasionally they get out of whack and someone eventually gets pissed and fixes them so we don't have to run FF.

Re: Tips for getting past test suite errors

2011-05-10 Thread Jake Levirne
Thanks, Paul. I'm using FF4.0.1 from my win7 machine to hit Futon. One error seems to be triggered here in attachments.js: var xhr = CouchDB.request(PUT, /test_suite_db/bin_doc5/lorem.txt, { headers:{Content-Type:text/plain;charset=utf-8}, body:lorem }); T(xhr.status == 201); The actual status

[jira] [Updated] (COUCHDB-1157) Replication of test results DB in Futon test suite is broken

2011-05-10 Thread Dave Cottlehuber (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Cottlehuber updated COUCHDB-1157: -- Attachment: fix_futon_test_suite_reports.patch patched against trunk, but should be

[jira] [Created] (COUCHDB-1157) Replication of test results DB in Futon test suite is broken

2011-05-10 Thread Dave Cottlehuber (JIRA)
Replication of test results DB in Futon test suite is broken Key: COUCHDB-1157 URL: https://issues.apache.org/jira/browse/COUCHDB-1157 Project: CouchDB Issue Type: Bug

[jira] [Created] (COUCHDB-1158) Log server crashes when view contains unicode and log level is set to debug

2011-05-10 Thread Dale Harvey (JIRA)
Log server crashes when view contains unicode and log level is set to debug --- Key: COUCHDB-1158 URL: https://issues.apache.org/jira/browse/COUCHDB-1158 Project: CouchDB