[Jenkins] FAILURE: CouchDB » jenkins-packages-2 #3

2017-07-18 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-packages-2/3/

[Jenkins] FAILURE: CouchDB » jenkins-build-packages #43

2017-07-18 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-build-packages/43/

[Jenkins] FAILURE: CouchDB » jenkins-build-packages #47

2017-07-18 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-build-packages/47/

[Jenkins] FAILURE: CouchDB » jenkins-build-packages #48

2017-07-18 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-build-packages/48/

[Jenkins] FAILURE: CouchDB » jenkins-build-packages #44

2017-07-18 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-build-packages/44/

[Jenkins] FAILURE: CouchDB » jenkins-build-packages #46

2017-07-18 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-build-packages/46/

[GitHub] wohali opened a new pull request #690: fix double export of wait_updated/3

2017-07-18 Thread git
wohali opened a new pull request #690: fix double export of wait_updated/3 URL: https://github.com/apache/couchdb/pull/690 "couch_changes.erl:33: Warning: function wait_updated/3 already exported" This is an automated

[Jenkins] FAILURE: CouchDB » jenkins-build-packages #42

2017-07-18 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-build-packages/42/

[GitHub] wohali commented on issue #689: Replications can reuse http-based endpoints after upgrading to https

2017-07-18 Thread git
wohali commented on issue #689: Replications can reuse http-based endpoints after upgrading to https URL: https://github.com/apache/couchdb/pull/689#issuecomment-315977664 Please hold this until after the 2.1 release. I'd like to keep master clean until we re-fork for 2.1.

[jira] [Commented] (COUCHDB-3337) End-point _local_docs doesn't conform to query params of _all_docs

2017-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16091235#comment-16091235 ] ASF subversion and git services commented on COUCHDB-3337: -- Commit

[Jenkins] SUCCESS: CouchDB » jenkins-packages-2 #1

2017-07-18 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/jenkins-packages-2/1/

[Jenkins] FAILURE: CouchDB » jenkins-build-packages #39

2017-07-18 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-build-packages/39/

[GitHub] nickva opened a new pull request #689: Replications can reuse http-based endpoints after upgrading to https

2017-07-18 Thread git
nickva opened a new pull request #689: Replications can reuse http-based endpoints after upgrading to https URL: https://github.com/apache/couchdb/pull/689 Since endpoint URI schema is part of the replication ID generation, upgrading from http to an https-based service meant losing all

[GitHub] nickva opened a new issue #688: Reuse http-based replication checkpoints when upgrading to https

2017-07-18 Thread git
nickva opened a new issue #688: Reuse http-based replication checkpoints when upgrading to https URL: https://github.com/apache/couchdb/issues/688 With https://letsencrypt.org/ offering free TSL certificate, upgrading from a previously http-only or http/https mixed service to an

[Jenkins] FAILURE: CouchDB » jenkins-build-packages #40

2017-07-18 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-build-packages/40/

[Jenkins] FAILURE: CouchDB » jenkins-build-packages #41

2017-07-18 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/jenkins-build-packages/41/

[GitHub] SinanGabel commented on issue #53: bring follow library under Nano's wing

2017-07-18 Thread git
SinanGabel commented on issue #53: bring follow library under Nano's wing URL: https://github.com/apache/couchdb-nano/pull/53#issuecomment-316040321 Really good plan! On 18 July 2017 at 13:41, Glynn Bird wrote: > Overview > > Currently Nano

[GitHub] SCdF commented on issue #54: socket hangup on db.list with large numbers of ids

2017-07-18 Thread git
SCdF commented on issue #54: socket hangup on db.list with large numbers of ids URL: https://github.com/apache/couchdb-nano/issues/54#issuecomment-316070310 Looks to be something to do with all params being put on the query string, and presumably something in the stack not liking that

[GitHub] davisp commented on a change in pull request #597: Move view index files to .view_deleted when db is deleted

2017-07-18 Thread git
davisp commented on a change in pull request #597: Move view index files to .view_deleted when db is deleted URL: https://github.com/apache/couchdb/pull/597#discussion_r127991059 ## File path: src/couch/src/couch_file.erl ## @@ -272,14 +286,18 @@

[GitHub] glynnbird opened a new pull request #53: bring follow library under Nano's wing

2017-07-18 Thread git
glynnbird opened a new pull request #53: bring follow library under Nano's wing URL: https://github.com/apache/couchdb-nano/pull/53 ## Overview Currently Nano uses a the [follow](https://www.npmjs.com/package/follow) library as a dependency to handle changes feed subscription.

[GitHub] SCdF commented on issue #54: socket hangup on db.list with large numbers of ids

2017-07-18 Thread git
SCdF commented on issue #54: socket hangup on db.list with large numbers of ids URL: https://github.com/apache/couchdb-nano/issues/54#issuecomment-316062559 This looks like it's somewhere in Request, but I'm not too familiar with this code base.

[GitHub] davisp commented on a change in pull request #597: Move view index files to .view_deleted when db is deleted

2017-07-18 Thread git
davisp commented on a change in pull request #597: Move view index files to .view_deleted when db is deleted URL: https://github.com/apache/couchdb/pull/597#discussion_r127994880 ## File path: src/couch/src/couch_file.erl ## @@ -264,6 +265,19 @@ rename_file(Original) ->

[GitHub] iilyak opened a new pull request #691: 3367 fix test case

2017-07-18 Thread git
iilyak opened a new pull request #691: 3367 fix test case URL: https://github.com/apache/couchdb/pull/691 ## Overview This fixes the problematic test case which was failing in the case when users db exists. ## Testing recommendations Run `make eunit apps=chttpd

[GitHub] davisp commented on issue #684: Simplify regression test for COUCHDB-1283

2017-07-18 Thread git
davisp commented on issue #684: Simplify regression test for COUCHDB-1283 URL: https://github.com/apache/couchdb/pull/684#issuecomment-316101547 Nothing related to this change. These three jobs are instances of #687 * https://travis-ci.org/apache/couchdb/jobs/254582139 *

[GitHub] nickva commented on issue #684: Simplify regression test for COUCHDB-1283

2017-07-18 Thread git
nickva commented on issue #684: Simplify regression test for COUCHDB-1283 URL: https://github.com/apache/couchdb/pull/684#issuecomment-316102724 +1 This is an automated message from the Apache Git Service. To respond to the

[GitHub] davisp commented on a change in pull request #597: Move view index files to .view_deleted when db is deleted

2017-07-18 Thread git
davisp commented on a change in pull request #597: Move view index files to .view_deleted when db is deleted URL: https://github.com/apache/couchdb/pull/597#discussion_r127995624 ## File path: src/couch/src/couch_file.erl ## @@ -264,6 +265,19 @@ rename_file(Original) ->

[GitHub] nickva commented on issue #691: 3367 fix test case

2017-07-18 Thread git
nickva commented on issue #691: 3367 fix test case URL: https://github.com/apache/couchdb/pull/691#issuecomment-316104365 +1 This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Commented] (COUCHDB-1283) Impossible to compact view groups when number of active databases > max_dbs_open

2017-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16091812#comment-16091812 ] ASF subversion and git services commented on COUCHDB-1283: -- Commit

[GitHub] davisp commented on issue #684: Simplify regression test for COUCHDB-1283

2017-07-18 Thread git
davisp commented on issue #684: Simplify regression test for COUCHDB-1283 URL: https://github.com/apache/couchdb/pull/684#issuecomment-316125861 And I totally forgot to rebase it onto master before restarting the tests... lets try that again.

[jira] [Commented] (COUCHDB-3337) End-point _local_docs doesn't conform to query params of _all_docs

2017-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16091811#comment-16091811 ] ASF subversion and git services commented on COUCHDB-3337: -- Commit

[Jenkins] FAILURE: CouchDB » master #105

2017-07-18 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/master/105/

[GitHub] dainyl opened a new pull request #56: Added support for multiple view queries

2017-07-18 Thread git
dainyl opened a new pull request #56: Added support for multiple view queries URL: https://github.com/apache/couchdb-nano/pull/56 This is a quick fix to add support for multiple view queries, which were introduced in CouchDB 2.0 It fixes #55

[GitHub] davisp opened a new pull request #692: Fix test teardown

2017-07-18 Thread git
davisp opened a new pull request #692: Fix test teardown URL: https://github.com/apache/couchdb/pull/692 We weren't stopping the correct set of applications as well as forgetting to unload meck. I've also changed the test generators so that they execute all of the provided assertions.

[GitHub] wohali commented on issue #692: Fix test teardown

2017-07-18 Thread git
wohali commented on issue #692: Fix test teardown URL: https://github.com/apache/couchdb/pull/692#issuecomment-316109605 +1 once Travis is green This is an automated message from the Apache Git Service. To respond to the

[GitHub] wohali commented on issue #53: bring follow library under Nano's wing

2017-07-18 Thread git
wohali commented on issue #53: bring follow library under Nano's wing URL: https://github.com/apache/couchdb-nano/pull/53#issuecomment-316110105 @glynnbird FYI, any new code to be brought under an ASF repository (and thus ownership) directly must go through the code clearance process as

[GitHub] glynnbird commented on issue #53: bring follow library under Nano's wing

2017-07-18 Thread git
glynnbird commented on issue #53: bring follow library under Nano's wing URL: https://github.com/apache/couchdb-nano/pull/53#issuecomment-316112358 Thanks for the clarification @wohali I'll make some enquiries. This is an

[GitHub] davisp commented on issue #678: TMP: Add debug logging for failed assertion

2017-07-18 Thread git
davisp commented on issue #678: TMP: Add debug logging for failed assertion URL: https://github.com/apache/couchdb/pull/678#issuecomment-316122114 I can't get this to fail on the PR. Anyone mind if I just commit this to master until we see a reproduction? /cc @wohali @iilyak @nickva

[GitHub] wohali closed pull request #690: fix double export of wait_updated/3

2017-07-18 Thread git
wohali closed pull request #690: fix double export of wait_updated/3 URL: https://github.com/apache/couchdb/pull/690 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] nickva commented on issue #692: Fix test teardown

2017-07-18 Thread git
nickva commented on issue #692: Fix test teardown URL: https://github.com/apache/couchdb/pull/692#issuecomment-316111013 +1 ```make eunit apps=mango,mem3 suites=mem3_sync_security_test``` passes now and it failed before.

[GitHub] dainyl opened a new issue #55: Feature: CouchDB 2.0 - Multiple View Queries

2017-07-18 Thread git
dainyl opened a new issue #55: Feature: CouchDB 2.0 - Multiple View Queries URL: https://github.com/apache/couchdb-nano/issues/55 CouchDB 2.0 now supports bulk querying views via http://docs.couchdb.org/en/2.0.0/api/ddoc/views.html#api-ddoc-view-multiple-queries ## Expected Behavior

[GitHub] davisp commented on issue #692: Fix test teardown

2017-07-18 Thread git
davisp commented on issue #692: Fix test teardown URL: https://github.com/apache/couchdb/pull/692#issuecomment-316121113 All green. This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] davisp closed pull request #692: Fix test teardown

2017-07-18 Thread git
davisp closed pull request #692: Fix test teardown URL: https://github.com/apache/couchdb/pull/692 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[Jenkins] FAILURE: CouchDB » master #104

2017-07-18 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/master/104/

[GitHub] davisp closed issue #687: mem3_sync_security test failure

2017-07-18 Thread git
davisp closed issue #687: mem3_sync_security test failure URL: https://github.com/apache/couchdb/issues/687 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] davisp commented on issue #684: Simplify regression test for COUCHDB-1283

2017-07-18 Thread git
davisp commented on issue #684: Simplify regression test for COUCHDB-1283 URL: https://github.com/apache/couchdb/pull/684#issuecomment-316121420 Looks like I've fixed the mango/mem3 interaction. Re-running these tests now.

[GitHub] wohali commented on issue #678: TMP: Add debug logging for failed assertion

2017-07-18 Thread git
wohali commented on issue #678: TMP: Add debug logging for failed assertion URL: https://github.com/apache/couchdb/pull/678#issuecomment-316134875 +1 for XKCD error ;) This is an automated message from the Apache Git

[GitHub] iilyak closed pull request #691: 3367 fix test case

2017-07-18 Thread git
iilyak closed pull request #691: 3367 fix test case URL: https://github.com/apache/couchdb/pull/691 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[jira] [Commented] (COUCHDB-3367) Require admin privileges for clustered _compact and _view_cleanup

2017-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16091849#comment-16091849 ] ASF subversion and git services commented on COUCHDB-3367: -- Commit

[jira] [Commented] (COUCHDB-3367) Require admin privileges for clustered _compact and _view_cleanup

2017-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16091850#comment-16091850 ] ASF subversion and git services commented on COUCHDB-3367: -- Commit

[GitHub] iilyak commented on a change in pull request #696: Fix cancellation race in replication.js tests

2017-07-18 Thread git
iilyak commented on a change in pull request #696: Fix cancellation race in replication.js tests URL: https://github.com/apache/couchdb/pull/696#discussion_r128074498 ## File path: test/javascript/tests/replication.js ## @@ -1841,7 +1841,7 @@ couchTests.replication =

[GitHub] iilyak closed pull request #693: Use test_util:stop_config in mem3_util_test

2017-07-18 Thread git
iilyak closed pull request #693: Use test_util:stop_config in mem3_util_test URL: https://github.com/apache/couchdb/pull/693 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] nickva closed pull request #694: Remove get_details replicator job gen_server call

2017-07-18 Thread git
nickva closed pull request #694: Remove get_details replicator job gen_server call URL: https://github.com/apache/couchdb/pull/694 This is an automated message from the Apache Git Service. To respond to the message, please

[Jenkins] SUCCESS: CouchDB » master #110

2017-07-18 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/master/110/

[GitHub] iilyak commented on issue #694: Remove get_details replicator job gen_server call

2017-07-18 Thread git
iilyak commented on issue #694: Remove get_details replicator job gen_server call URL: https://github.com/apache/couchdb/pull/694#issuecomment-316168310 @nickva: While on it could you fix a compile warning on line 100? ```

[GitHub] nickva opened a new issue #695: Test failure in couch_db_mpr_tests

2017-07-18 Thread git
nickva opened a new issue #695: Test failure in couch_db_mpr_tests URL: https://github.com/apache/couchdb/issues/695 ``` [os_mon] cpu supervisor port (cpu_sup): Erlang has closed [done in 3.409 s] [done in 3.552 s] module 'couch_db_mpr_tests'

[GitHub] davisp closed issue #680: EUnit: couchdb_1283: View group shutdown fails

2017-07-18 Thread git
davisp closed issue #680: EUnit: couchdb_1283: View group shutdown fails URL: https://github.com/apache/couchdb/issues/680 This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Commented] (COUCHDB-1283) Impossible to compact view groups when number of active databases > max_dbs_open

2017-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16092045#comment-16092045 ] ASF subversion and git services commented on COUCHDB-1283: -- Commit

[GitHub] nickva commented on issue #693: Use test_util:stop_config in mem3_util_test

2017-07-18 Thread git
nickva commented on issue #693: Use test_util:stop_config in mem3_util_test URL: https://github.com/apache/couchdb/pull/693#issuecomment-316162947 +1 This is an automated message from the Apache Git Service. To respond to

[GitHub] nickva opened a new pull request #694: Remove get_details replicator job gen_server call

2017-07-18 Thread git
nickva opened a new pull request #694: Remove get_details replicator job gen_server call URL: https://github.com/apache/couchdb/pull/694 This was used from a test only and it wasn't reliable. Because of replicator job delays initialization the `State` would be either #rep_state{} or

[Jenkins] FAILURE: CouchDB » master #107

2017-07-18 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/master/107/

[Jenkins] FAILURE: CouchDB » master #108

2017-07-18 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/master/108/

[GitHub] davisp commented on issue #684: Simplify regression test for COUCHDB-1283

2017-07-18 Thread git
davisp commented on issue #684: Simplify regression test for COUCHDB-1283 URL: https://github.com/apache/couchdb/pull/684#issuecomment-316171569 All green. This is an automated message from the Apache Git Service. To respond

[GitHub] davisp closed pull request #684: Simplify regression test for COUCHDB-1283

2017-07-18 Thread git
davisp closed pull request #684: Simplify regression test for COUCHDB-1283 URL: https://github.com/apache/couchdb/pull/684 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] nickva opened a new pull request #696: Fix cancellation race in replication.js tests

2017-07-18 Thread git
nickva opened a new pull request #696: Fix cancellation race in replication.js tests URL: https://github.com/apache/couchdb/pull/696 Replication cancelation doesn't immediately update active tasks. Instead, use the new `waitReplicationTaskStop(rep_id)` function to propery wait for the

[GitHub] nickva closed pull request #696: Fix cancellation race in replication.js tests

2017-07-18 Thread git
nickva closed pull request #696: Fix cancellation race in replication.js tests URL: https://github.com/apache/couchdb/pull/696 This is an automated message from the Apache Git Service. To respond to the message, please log

[Jenkins] SUCCESS: CouchDB » master #109

2017-07-18 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/master/109/

[GitHub] davisp commented on issue #678: TMP: Add debug logging for failed assertion

2017-07-18 Thread git
davisp commented on issue #678: TMP: Add debug logging for failed assertion URL: https://github.com/apache/couchdb/pull/678#issuecomment-316247928 Makes it easy to grep for. :D On Tue, Jul 18, 2017 at 12:21 PM Joan Touzet wrote: > +1 for XKCD

[GitHub] jiangphcn commented on issue #597: Move view index files to .view_deleted when db is deleted

2017-07-18 Thread git
jiangphcn commented on issue #597: Move view index files to .view_deleted when db is deleted URL: https://github.com/apache/couchdb/pull/597#issuecomment-316264573 @davisp Hi Paul, I removed dbname directory between .recovery and shards in new commit. Would you please take another look?

[GitHub] iilyak opened a new pull request #693: Use test_util:stop_config in mem3_util_test

2017-07-18 Thread git
iilyak opened a new pull request #693: Use test_util:stop_config in mem3_util_test URL: https://github.com/apache/couchdb/pull/693 ## Overview The config:stop is asynchronous which causes test failures with error like the following ```

[GitHub] nickva commented on a change in pull request #696: Fix cancellation race in replication.js tests

2017-07-18 Thread git
nickva commented on a change in pull request #696: Fix cancellation race in replication.js tests URL: https://github.com/apache/couchdb/pull/696#discussion_r128075158 ## File path: test/javascript/tests/replication.js ## @@ -1841,7 +1841,7 @@ couchTests.replication =