[jira] [Issue Comment Deleted] (COUCHDB-3384) EUnit: couch_replicator_compact_tests failure

2020-08-20 Thread Chris Lambertus (Jira)
[ https://issues.apache.org/jira/browse/COUCHDB-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambertus updated COUCHDB-3384: - Comment: was deleted (was: reopening to delete spam) > EUnit: couch_replicator_compact

[jira] [Closed] (COUCHDB-3384) EUnit: couch_replicator_compact_tests failure

2020-08-20 Thread Chris Lambertus (Jira)
[ https://issues.apache.org/jira/browse/COUCHDB-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambertus closed COUCHDB-3384. Resolution: Won't Fix > EUnit: couch_replicator_compact_tests failure > -

[jira] [Issue Comment Deleted] (COUCHDB-3384) EUnit: couch_replicator_compact_tests failure

2020-08-20 Thread Chris Lambertus (Jira)
[ https://issues.apache.org/jira/browse/COUCHDB-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambertus updated COUCHDB-3384: - Comment: was deleted (was: Commit e8b2c74f81765619692ca716ae971d0f7e98 in couchdb's

[jira] [Reopened] (COUCHDB-3384) EUnit: couch_replicator_compact_tests failure

2020-08-20 Thread Chris Lambertus (Jira)
[ https://issues.apache.org/jira/browse/COUCHDB-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambertus reopened COUCHDB-3384: -- reopening to delete spam > EUnit: couch_replicator_compact_tests failure > -

Re: [jira] [Commented] (COUCHDB-3384) EUnit: couch_replicator_compact_tests failure

2020-08-20 Thread Joan Touzet
I have opened https://issues.apache.org/jira/browse/INFRA-20743 on this JIRA spam we've been getting. On 20/08/2020 18:03, Kelli williams (Jira) wrote: [ https://issues.apache.org/jira/browse/COUCHDB-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommen

[GitHub] [couchdb] wohali commented on pull request #3092: Don't log client disconnects

2020-08-20 Thread GitBox
wohali commented on pull request #3092: URL: https://github.com/apache/couchdb/pull/3092#issuecomment-677939426 Ooh, can we backport this to 3.x? People have been asking for this one for a while. This is an automated mes

[jira] [Commented] (COUCHDB-3384) EUnit: couch_replicator_compact_tests failure

2020-08-20 Thread Kelli williams (Jira)
[ https://issues.apache.org/jira/browse/COUCHDB-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181470#comment-17181470 ] Kelli williams commented on COUCHDB-3384: - Commit e8b2c74f81765619692ca716a

[GitHub] [couchdb] rnewson merged pull request #3092: Don't log client disconnects

2020-08-20 Thread GitBox
rnewson merged pull request #3092: URL: https://github.com/apache/couchdb/pull/3092 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [couchdb] nickva merged pull request #3093: Do not use (catch ...) in couch_views_reader:load_docs/4

2020-08-20 Thread GitBox
nickva merged pull request #3093: URL: https://github.com/apache/couchdb/pull/3093 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

[GitHub] [couchdb] nickva commented on a change in pull request #3093: Do not use (catch ...) in couch_views_reader:load_docs/4

2020-08-20 Thread GitBox
nickva commented on a change in pull request #3093: URL: https://github.com/apache/couchdb/pull/3093#discussion_r474250298 ## File path: src/couch_views/src/couch_views_reader.erl ## @@ -210,8 +210,7 @@ load_doc(TxDb, Id, null, DocOpts) -> load_doc(TxDb, Id, Rev, DocOpts) ->

[GitHub] [couchdb] davisp commented on a change in pull request #3093: Do not use (catch ...) in couch_views_reader:load_docs/4

2020-08-20 Thread GitBox
davisp commented on a change in pull request #3093: URL: https://github.com/apache/couchdb/pull/3093#discussion_r474244227 ## File path: src/couch_views/src/couch_views_reader.erl ## @@ -210,8 +210,7 @@ load_doc(TxDb, Id, null, DocOpts) -> load_doc(TxDb, Id, Rev, DocOpts) ->

[GitHub] [couchdb] nickva opened a new pull request #3093: Do not use (catch ...) in couch_views_reader:load_docs/4

2020-08-20 Thread GitBox
nickva opened a new pull request #3093: URL: https://github.com/apache/couchdb/pull/3093 Any error there would just be generating a case clause. Remove the `_Else` catch-all clause too, as `open_doc_revs/4` should return a list of just one item that is either `{ok, Doc}` or `{{not_fo

[Jenkins] FAILURE: CouchDB » Full Platform Builds » 3.x #40

2020-08-20 Thread Apache Jenkins Server
Boo, we failed. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/3.x/40/display/redirect

[GitHub] [couchdb] nickva merged pull request #3090: Handle jiffy returning an iolist when encoding atts_since query string

2020-08-20 Thread GitBox
nickva merged pull request #3090: URL: https://github.com/apache/couchdb/pull/3090 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

[GitHub] [couchdb] nickva commented on pull request #3090: Handle jiffy returning an iolist when encoding atts_since query string

2020-08-20 Thread GitBox
nickva commented on pull request #3090: URL: https://github.com/apache/couchdb/pull/3090#issuecomment-677859632 Re-using +1 from https://github.com/apache/couchdb/pull/3089 This is an automated message from the Apache Git Ser

[GitHub] [couchdb] davisp commented on pull request #3092: Don't log client disconnects

2020-08-20 Thread GitBox
davisp commented on pull request #3092: URL: https://github.com/apache/couchdb/pull/3092#issuecomment-677853197 We should add a clause at [1] that just re-exit's normally. [1] https://github.com/apache/couchdb/blob/25428e48eba96ca1eb6a3099a1b1cfe4b35ee13d/src/chttpd/src/chttpd.erl#L9

[GitHub] [couchdb] rnewson opened a new pull request #3092: Don't log client disconnects

2020-08-20 Thread GitBox
rnewson opened a new pull request #3092: URL: https://github.com/apache/couchdb/pull/3092 Don't log client disconnects This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [couchdb] olcoz8 opened a new issue #3091: Generate view and query for nested dictionary in document

2020-08-20 Thread GitBox
olcoz8 opened a new issue #3091: URL: https://github.com/apache/couchdb/issues/3091 Generate view and query for nested dictionary in document ## Expected Behavior Having documents following this schema: ``` { "_id": "xxx", "_rev":

[Jenkins] FAILURE: CouchDB » Full Platform Builds » master #219

2020-08-20 Thread Apache Jenkins Server
Boo, we failed. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/master/219/display/redirect

[GitHub] [couchdb] nickva opened a new pull request #3090: Handle jiffy returning an iolist when encoding atts_since query string

2020-08-20 Thread GitBox
nickva opened a new pull request #3090: URL: https://github.com/apache/couchdb/pull/3090 Backport of https://github.com/apache/couchdb/pull/3089 to 3.x If we don't handle it, it throws an error when trying to encode the full URL string, for example: ``` badarg,[ {moch

[GitHub] [couchdb] nickva merged pull request #3089: Handle jiffy returning an iolist when encoding atts_since query string

2020-08-20 Thread GitBox
nickva merged pull request #3089: URL: https://github.com/apache/couchdb/pull/3089 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

[GitHub] [couchdb-documentation] rjharmon commented on issue #583: Generate view and query for nested dictionary in document

2020-08-20 Thread GitBox
rjharmon commented on issue #583: URL: https://github.com/apache/couchdb-documentation/issues/583#issuecomment-677767645 Agree. Would like to be able to address the values in a dictionary (object) field `items` with same selector semantics as arrays. If we could address `items.$values`

[GitHub] [couchdb] nickva opened a new pull request #3089: Handle jiffy returning an iolist when encoding atts_since query string

2020-08-20 Thread GitBox
nickva opened a new pull request #3089: URL: https://github.com/apache/couchdb/pull/3089 ### Overview If we don't handle it, it throws an error when trying to encode the full URL string, for example: ``` badarg,[ {mochiweb_util,quote_plus,2,[{file,"src/mochiweb_util.e

[GitHub] [couchdb-documentation] olcoz8 opened a new issue #583: Generate view and query for nested dictionary in document

2020-08-20 Thread GitBox
olcoz8 opened a new issue #583: URL: https://github.com/apache/couchdb-documentation/issues/583 Generate view and query for nested dictionary in document ## Expected Behavior Having documents following this schema: ``` { "_id": "xxx",