[jira] [Commented] (COUCHDB-1389) Improve JS CLI test error reports

2012-01-25 Thread Randall Leeds (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13192933#comment-13192933 ] Randall Leeds commented on COUCHDB-1389: How's that compare to what I did on my

[jira] [Commented] (COUCHDB-1390) Fix auth_cache etap test

2012-01-25 Thread Randall Leeds (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13192937#comment-13192937 ] Randall Leeds commented on COUCHDB-1390: Looks good. Would it be appropriate to

[jira] [Commented] (COUCHDB-1390) Fix auth_cache etap test

2012-01-25 Thread Filipe Manana (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13192957#comment-13192957 ] Filipe Manana commented on COUCHDB-1390: Paul it's unclear to me what this

[jira] [Created] (COUCHDB-1393) badmatch on big binary

2012-01-25 Thread Jan Lehnardt (Created) (JIRA)
badmatch on big binary -- Key: COUCHDB-1393 URL: https://issues.apache.org/jira/browse/COUCHDB-1393 Project: CouchDB Issue Type: Bug Reporter: Jan Lehnardt via dev@ by Peta Bogdan bog...@gmail.com Hello,

[jira] [Commented] (COUCHDB-1393) badmatch on big binary

2012-01-25 Thread Jan Lehnardt (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13192962#comment-13192962 ] Jan Lehnardt commented on COUCHDB-1393: --- And Randall relied: I suspect you're

[jira] [Commented] (COUCHDB-1392) Increase task status update frequency for continuous replication

2012-01-25 Thread Filipe Manana (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13192965#comment-13192965 ] Filipe Manana commented on COUCHDB-1392: Doable. Increase

Re: [Windows] proposed binary build changes

2012-01-25 Thread Filipe David Manana
On Wed, Jan 25, 2012 at 12:12 AM, Dave Cottlehuber d...@muse.net.nz wrote: On 23 January 2012 08:00, Jeroen Janssen jeroen.jans...@gmail.com wrote: Hi, It seems to be ok, since I get:  All 2 tests passed. I also tried compaction again, but it didn't compress the 800Mb .couch file, so I

Test suite problems blocking 1.2.0 release

2012-01-25 Thread Noah Slater
Hey, Getting unpredictable failures with the test suite. Mac OS X, Firefox, latest versions of both. attachments error 225ms Run with debuggerhttp://127.0.0.1:5984/_utils/couch_tests.html?script/couch_tests.js# 1. *Assertion failed:* xhr.responseText == lorem 2. *Exception raised:* {}

Re: Test suite problems blocking 1.2.0 release

2012-01-25 Thread Dave Cottlehuber
Noah try this: turn on Private Browsing open about:config search for cache set network.http.use-cache = false set On 25 January 2012 14:28, Noah Slater nsla...@tumbolia.org wrote: Hey, Getting unpredictable failures with the test suite. Mac OS X, Firefox, latest versions of both.

Re: Test suite problems blocking 1.2.0 release

2012-01-25 Thread Dave Cottlehuber
On 25 January 2012 16:01, Dave Cottlehuber d...@muse.net.nz wrote: Noah try this: This time without small greasy-fingered helpers: turn on Private Browsing open about:config search for cache set network.http.use-cache = false set browser.cache.disk.enable = false And re-try tests. This should

Re: Test suite problems blocking 1.2.0 release

2012-01-25 Thread Noah Slater
I keep getting this: =ERROR REPORT 25-Jan-2012::16:00:50 === ** Generic server 0.442.0 terminating ** Last message in was {'EXIT',0.369.0,killed} ** When Server state == {db,0.442.0,0.443.0,nil,1327507250852653, 0.444.0,0.440.0,0.446.0,

Re: Test suite problems blocking 1.2.0 release

2012-01-25 Thread Noah Slater
Getting more errors: [error] [0.1183.0] {error_report,0.30.0, {0.1183.0,crash_report, [[{initial_call, {couch_view_group,init,['Argument__1']}}, {pid,0.1183.0},

Re: Test suite problems blocking 1.2.0 release

2012-01-25 Thread Noah Slater
Seems to run fine, in the browser, once I've disabled the cache. Is it normal for the start of the log to look like this: Noahs-MacBook-Air:couchdb nslater$ /tmp/couchdb/bin/couchdb Apache CouchDB 1.2.0a-c7765f6-git (LogLevel=info) is starting. Apache CouchDB has started. Time to relax. [info]

[jira] [Commented] (COUCHDB-1390) Fix auth_cache etap test

2012-01-25 Thread Paul Joseph Davis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13193122#comment-13193122 ] Paul Joseph Davis commented on COUCHDB-1390: @Filipe This assertion was the

[jira] [Commented] (COUCHDB-1389) Improve JS CLI test error reports

2012-01-25 Thread Paul Joseph Davis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13193123#comment-13193123 ] Paul Joseph Davis commented on COUCHDB-1389: Mine changes the .toString() to

Re: Test suite problems blocking 1.2.0 release

2012-01-25 Thread Paul Davis
I've been seeing these segfaults as well. I looked at one and saw that it was down in the SSL library which Filipe has reported issues with on OS X 10.7 and Erlang. I forgot to ping him and ask if he had a resolution yet though. Also it does appear to be related to init:restart() which we only

[jira] [Commented] (COUCHDB-1393) badmatch on big binary

2012-01-25 Thread Adam Kocoloski (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13193142#comment-13193142 ] Adam Kocoloski commented on COUCHDB-1393: - I've seen this happen before.

[jira] [Commented] (COUCHDB-1390) Fix auth_cache etap test

2012-01-25 Thread Filipe Manana (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13193143#comment-13193143 ] Filipe Manana commented on COUCHDB-1390: Hum, then there's possibly something

Re: Test suite problems blocking 1.2.0 release

2012-01-25 Thread Filipe David Manana
On Wed, Jan 25, 2012 at 5:15 PM, Paul Davis paul.joseph.da...@gmail.com wrote: I've been seeing these segfaults as well. I looked at one and saw that it was down in the SSL library which Filipe has reported issues with on OS X 10.7 and Erlang. I forgot to ping him and ask if he had a

[jira] [Commented] (COUCHDB-1390) Fix auth_cache etap test

2012-01-25 Thread Paul Joseph Davis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13193151#comment-13193151 ] Paul Joseph Davis commented on COUCHDB-1390: Hrm. That's odd as it was

[jira] [Resolved] (COUCHDB-1390) Fix auth_cache etap test

2012-01-25 Thread Paul Joseph Davis (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Joseph Davis resolved COUCHDB-1390. Resolution: Invalid Doh! This was based on work in progress that I had. The

Re: Test suite problems blocking 1.2.0 release

2012-01-25 Thread Paul Davis
Yep, that's the same backtrace I saw when I poked which reminded me about the SSL stuff. Though, compiling an older SSL library vs. patching Erlang seems like the wrong way round to fix this. I wonder how hard it'd be to patch the NIF. On Wed, Jan 25, 2012 at 11:29 AM, Filipe David Manana

[jira] [Commented] (COUCHDB-1393) badmatch on big binary

2012-01-25 Thread Paul Joseph Davis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13193181#comment-13193181 ] Paul Joseph Davis commented on COUCHDB-1393: I'd be quite interested to know

Re: [Windows] proposed binary build changes

2012-01-25 Thread Jeroen Janssen
Hi, I can confirm that the new windows binaries work for the following: *) version 5 database, run compaction, reduced disksize (due to compression working) *) create new database, add 200k document, results in ~33k database (also due to compression) So that is good news! :) Is the issue

[jira] [Created] (COUCHDB-1394) Compaction doesn't allow to change database compression for version 6 databases

2012-01-25 Thread Filipe Manana (Created) (JIRA)
Compaction doesn't allow to change database compression for version 6 databases --- Key: COUCHDB-1394 URL: https://issues.apache.org/jira/browse/COUCHDB-1394 Project: CouchDB

[jira] [Updated] (COUCHDB-1394) Compaction doesn't allow to change database compression for version 6 databases

2012-01-25 Thread Filipe Manana (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filipe Manana updated COUCHDB-1394: --- Attachment: COUCHDB-1394.patch Compaction doesn't allow to change database

Re: [Windows] proposed binary build changes

2012-01-25 Thread Filipe David Manana
On Wed, Jan 25, 2012 at 7:24 PM, Jeroen Janssen jeroen.jans...@gmail.com wrote: Hi, I can confirm that the new windows binaries work for the following: *) version 5 database, run compaction, reduced disksize (due to compression working) *) create new database, add 200k document, results in

Re: Test suite problems blocking 1.2.0 release

2012-01-25 Thread Randall Leeds
You can turn off the cache, like Dave said. There's at least one test (in attachment_names, I think) that asserts a 304 status code, but it uses the If-None-Match header. Definitely the lorem error is from not clearing the cache before you run, though. The test suite should work with caching on,

[jira] [Commented] (COUCHDB-1393) badmatch on big binary

2012-01-25 Thread Randall Leeds (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13193295#comment-13193295 ] Randall Leeds commented on COUCHDB-1393: And any history of solar storms in the

[jira] [Commented] (COUCHDB-1393) badmatch on big binary

2012-01-25 Thread Adam Kocoloski (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13193305#comment-13193305 ] Adam Kocoloski commented on COUCHDB-1393: - True, and it only takes one bit flip

[jira] [Updated] (COUCHDB-1394) Compaction doesn't allow to change database compression for version 6 databases

2012-01-25 Thread Filipe Manana (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filipe Manana updated COUCHDB-1394: --- Attachment: COUCHDB-1394.patch Will add a test later Compaction doesn't