Re: Stabilizing our automated builds - help needed!

2017-03-19 Thread Jay Doane
On Sun, Mar 19, 2017 at 10:50 PM, Joan Touzet wrote: > > -- > module 'couch_log_writer_syslog_test' > couch_log_writer_syslog_test: couch_log_writer_syslog_test_...*timed > out* > undefined > > Not sure why this times out, can we increase the timeout maybe? > Another

Re: [RFC] On the Testing of CouchDB

2018-01-07 Thread Jay Doane
Elixir's focus on positive developer experience seems like a big selling point (among many others), so count me in. I'd like to work on stats.js, provided nobody else has started it yet. Jay On Thu, Dec 14, 2017 at 5:03 PM, Russell Branca wrote: > Howdy folks! > > The testing of CouchDB is som

Re: [VOTE] Release Apache CouchDB 2.3.0-RC1

2018-12-03 Thread Jay Doane
Hi Joan, I tested on MacOS 10.13.6 and the only untoward thing I've seen seen so far is in the logs, this is repeated every 5s: [notice] 2018-11-30T22:43:54.596760Z couchdb@localhost <0.346.0> chttpd_auth_cache changes listener died database_does_not_exist at mem3_shards:load_shards_from

[PROPOSAL] Change the minimum supported Erlang version to OTP 19

2018-12-20 Thread Jay Doane
Currently, CouchDB requires at least OTP 17 or later to build and run [1][2]. However, recent work undertaken to eliminate compiler warnings [3][4] has highlighted the additional effort needed to continue to support older Erlang versions. Some of the issues that have come up are: 1. erlang:now/0 de

Re: [ANNOUNCE] Jay Doane elected as CouchDB committer

2019-01-14 Thread Jay Doane
wrote: > > > >> Totally deserved! > >> Kudos! > >> > >> Alessio > >> > >> On Wed, Jan 9, 2019 at 8:20 AM Jan Lehnardt wrote: > >> > >>> Welcome aboard, Jay! :) > >>> > >>> Best > >>&g

Re: [VOTE] Adopt FoundationDB

2019-07-30 Thread Jay Doane
+1 On Tue, Jul 30, 2019 at 1:27 AM Jan Lehnardt wrote: > Dear CouchDB developers, > > This vote decides whether the CouchDB project accepts the proposal[1] > to switch our underlying storage and distributed systems technology out > for FoundationDB[2]. > > At the outset, we said that we wanted t

[DISCUSS] [PROPOSAL] Accept donation of the IBM Cloudant Weather Report diagnostic tool?

2019-08-13 Thread Jay Doane
In the interest of making CouchDB 3.0 "the best CouchDB Classic possible", I'd like to discuss whether to accept a donation from Cloudant of the "Weather Report" diagnostic tool. This tool (and dependencies) are OTP applications, and it is typically run from an escript which connects to a running c

Re: [VOTE] Couch replicator _scheduler/jobs and _scheduler/docs API change

2019-11-01 Thread Jay Doane
Makes sense to me. +1 On Thu, Oct 31, 2019 at 12:46 PM Nick Vatamaniuc wrote: > Hi everyone, > > For CouchDB 3.0 I am proposing to add all the replication status > details from _active_tasks like "docs_written", "docs_read", etc to > _scheduler/jobs and _scheduler/docs endpoints. > > Couch repli

Re: [PROPOSAL] Drop Erlang 19 support in CouchDB 3.0

2019-12-11 Thread Jay Doane
+1 On Wed, Dec 11, 2019 at 5:35 PM Joan Touzet wrote: > Hello everyone, > > I'm working this week with Paul Davis on our new Jenkins CI > infrastructure, which is coming along nicely. One of the changes I'm > planning to make is that our PR tests will run against only 3 versions > of Erlang: > >

Re: [PROPOSAL] Remove `make elixir` from `make check`

2019-12-12 Thread Jay Doane
I've been trying to merge into master for the last 24+ hours, and have restarted the build about 10 times so far, but it has yet to pass. I kept track of failures, and these came up numerous times: 1) test GET /dbname/_design_docs (PartitionDDocTest) test/elixir/test/partition_ddoc_test.exs

Re: [PROPOSAL] Remove `make elixir` from `make check`

2019-12-13 Thread Jay Doane
/github.com/apache/couchdb/pull/2362 Thanks, Jay > > If this makes the Elixir tests useful again, then it's a good compromise. > > -Joan > > On 2019-12-13 2:18 a.m., Jay Doane wrote: > > I've been trying to merge into master for the last 24+ hours, and have > > r

Re: [ANNOUNCE] Juan José Rodriguez elected as CouchDB committer

2020-02-07 Thread Jay Doane
Congrats Juanjo! Thanks for all your hard work, and welcome aboard! On Fri, Feb 7, 2020 at 11:29 AM Joan Touzet wrote: > Dear community, > > I am pleased to announce that the CouchDB Project Management Committee > has elected Juan José Rodriguez as a CouchDB committer. > > Apache ID: juanjo

[DISCUSS] ldap_auth donation

2020-09-01 Thread Jay Doane
Greetings, In 2015 IBM Cloudant developed an LDAP based authentication handler for its CouchDB 2.x-based Cloudant Local offering. Since then, it has been used in production on several large Cloudant Local deployments, accruing many bug fixes and enhancements in the process. Over the years, there

Re: [DISCUSS] ldap_auth donation

2020-09-01 Thread Jay Doane
(but would be outside the scope of CouchDB...) > > While we're on the topic of donation, any chance of weatherreport > getting donated? You had brought this up a few months ago, Jay, and I'd > love to see that in 3.2 as well. > > -Joan > > > > On 2020-09-0

Re: [ANNOUNCE] Glynn Bird joins the PMC

2020-09-14 Thread Jay Doane
Congratulations, Glynn! On Mon, Sep 14, 2020 at 9:22 AM Michelle P wrote: > > Dear community, > > I am delighted to announce that Glynn Bird joins the Apache CouchDB > Project Management Committee today. > > Glynn has made outstanding, sustained contributions to the project. This > appointment i

Re: [VOTE] Release CouchDB 3.2.0 (RC2 round)

2021-10-05 Thread Jay Doane
+1 Tested on MacOS 10.15.7, OTP 22.3.4.15, Spidermonkey 60 Signature: ok Checksums: ok make check: ok make release and starting bin/couchdb: ok http://localhost:5984/_utils (Fauxton): ok - Created 2 DBs - Setup a replication job between them - Docs from first db replicated to the second db Do

Re: [VOTE] Release Apache CouchDB 3.2.1

2021-11-03 Thread Jay Doane
+1 GPG signature, checksums, `make check`, fauxton: all good macOS 11.6.1, OTP 23.3.4.8, SpiderMonkey 60 Small nit on release notes: > there are less corner cases s/less/fewer/ Very nice work, Nick! On Tue, Nov 2, 2021 at 7:00 PM Nick Vatamaniuc wrote: > Dear community, > > I would like to

Re: [DISCUSS] erlfmt the 3.x branch

2021-11-18 Thread Jay Doane
Hi Nick, As with main, my objections to a mass reformatting of hundreds of files boils down to: 1. Making it more difficult to understand the logical changes of the code (via blame) after reformatting 2. I don't agree with all the opinions of the formatter, nor does my editor/mode Is this someth

Re: [ANNOUNCE] Ronny Berndt elected as CouchDB committer

2022-04-09 Thread Jay Doane
Congrats, Ronny, and welcome! On Fri, Apr 8, 2022 at 12:37 AM Jan Lehnardt wrote: > Dear community, > > I am pleased to announce that the CouchDB Project Management Committee has > elected Ronny Berndt as a CouchDB committer. > > Apache ID: ronny > > Slack nick: big-r > > Committers are

Re: [DISCUSSION] Make Erlang 23 the minimum supported distribution

2022-06-14 Thread Jay Doane
+1 On Mon, Jun 13, 2022 at 1:21 PM Nick Vatamaniuc wrote: > Hello everyone, > > I'd like to propose making Erlang 23 the minimum supported Erlang > distribution. We have accumulated a lot of ifdefs and other cruft > supporting various APIs and syntactic constructs since Erlang 20. With > Erlang

Re: [DISCUSS] Integrate couchdb-config into the main repo

2022-09-28 Thread Jay Doane
+1 On Wed, Sep 28, 2022 at 12:33 PM Nick Vatamaniuc wrote: > Hi everyone, > > What do we think about integrating couchdb-config into the main couchdb > repo? > > Currently it's a separate repo, with a different CI (Travis), which > takes quite a bit of time waiting to schedule runs, has a differ

Re: [VOTE] Release Apache CouchDB 3.3.0 (RC2)

2022-12-22 Thread Jay Doane
+1 macos 13.1 (22C65) erlang 25.1.2 elixir 1.13.4-otp-24 spidermonkey 91 sig: ok checksums: ok make check: ok with elixir 1.13, but failed with 1.14 make release: ok fauxton db & doc creation: ok Nice work everyone! On Thu, Dec 22, 2022 at 12:11 AM Nick Vatamaniuc wrote: > Dear community, > >

Re: Subject: [ANNOUNCE] Ronny Berndt joins the PMC

2023-03-04 Thread Jay Doane
Congratulations, Ronny! Great work on the project. On Fri, Mar 3, 2023 at 3:22 PM Nick Vatamaniuc wrote: > Dear community, > > I am delighted to announce that Ronny Berndt joins the Apache CouchDB > Project Management Committee today. > > Ronny has made outstanding, sustained contributions to t

Re: [VOTE] Release Apache CouchDB 3.3.2

2023-04-18 Thread Jay Doane
+1 Signature: ok Checksums: match make check: all tests pass make release, fauxton installation: work as expected environment: MacOS 13.3.1 on M1 Max, Erlang 25.3, Elixir 1.13.4, Python 3.9.13 On Sun, Apr 16, 2023 at 1:07 AM Nick Vatamaniuc wrote: > Dear community, > > I would like to propose

Re: [VOTE] Release Apache CouchDB 3.2.3

2023-04-18 Thread Jay Doane
+1 Signature: ok Checksums: match make check: all tests pass make release, fauxton installation: work as expected environment: MacOS 13.3.1 on M1 Max, Erlang 23.3.4.18, Elixir 1.12.3, Python 3.9.13 Note that I first tried using OTP 24 and Elixir 1.13, but `make elixir-suite` failed in those case

Re: [VOTE] Release Apache CouchDB 3.3.3

2023-12-01 Thread Jay Doane
signature: ok checksum: match make check: pass make release: ok fauxton verify install: pass env: macOS 13.6.2 erlang 25.3.2 elixir 1.13.4-otp-25 python 3.12.0 spidermonkey 91 +1 On Fri, Dec 1, 2023 at 10:09 AM Jiahui Li wrote: > Hi, > > +1 > > Signature: ok > Checksums: ma

Re: [VOTE] Release Apache CouchDB 3.4.0 (RC3)

2024-09-16 Thread Jay Doane
+1 with: macos 13.6.9 erlang 27.0.1 elixir 1.17.2 python 3.12.3 java zulu-7.48.0.11 and the following script in case anyone else wants to try it: ``` #!/bin/bash -ex # https://cwiki.apache.org/confluence/display/COUCHDB/Testing+a+Source+Release VERSION=3.4.0 RC=rc3 ARTIFACT_URL= https://dist.apa

Re: Subject: [VOTE] Release Apache CouchDB 3.4.2

2024-10-15 Thread Jay Doane
+1 macOS 13.7 erlang 25.3.2 elixir 1.17.2 python 3.12.3 java 1.7.0_312 On Tue, Oct 15, 2024 at 7:47 AM Nick Vatamaniuc wrote: > Dear community, > > I would like to propose that we release Apache CouchDB 3.4.2 > > Candidate release notes: > > https://docs.couchdb.org/en/latest/whatsnew/3.4.h

Re: [VOTE] Release Apache CouchDB 3.4.1

2024-09-24 Thread Jay Doane
+1 erlang 25.3.2 elixir 1.17.2 python 3.12.3 java zulu-7.48.0.11 macos 13.7 On Mon, Sep 23, 2024 at 8:34 AM Nick Vatamaniuc wrote: > After tagging the new 3.4.0 release, but before announcing it and > publishing the binaries, we discovered an issue where the new password > auto-upgrade setting

Re: [VOTE] Release Apache CouchDB 3.4.0 (RC4)

2024-09-17 Thread Jay Doane
+1 using: erlang 27.0.1 elixir 1.17.2 python 3.12.3 java zulu-7.48.0.11 macos 13.6.9 On Tue, Sep 17, 2024 at 11:06 AM Nick Vatamaniuc wrote: > I would like to propose that we release Apache CouchDB 3.4.0. > > This is RC4. > > We discovered an issue with raising the pbkdf2 iteration count too >

Re: Subject: [VOTE] Release Apache CouchDB 3.4.3

2025-03-14 Thread Jay Doane
Hi Nick, +1 signature, checksum, all tests ✅ macOS 14.7.4 (23H420) on M1 Erlang 27.2 Elixir 1.17.2 Python 3.12.3 openjdk version "1.7.0_312" spidermonkey disabled Thanks for making the release! Jay On Wed, Mar 12, 2025 at 10:28 PM Nick Vatamaniuc wrote: > Dear community, > > I would like to pro