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

2019-12-13 Thread Jay Doane
On Thu, Dec 12, 2019 at 11:27 PM Joan Touzet wrote: > Jay, consider this a +1 to remove those if you can get to them before I do. > Joan, I don't think I was clear, but when I said > I'm +1 to removing these tests temporarily. by "these tests" I actually meant all the elixir tests, not just the

Request: Committers, delete your old branches on apache/couchdb!

2019-12-13 Thread Joan Touzet
Hi again committers, Our proto-Jenkins setup is currently using my API token to scan GitHub for branches. GitHub has notoriously low values for how many API calls you can make per hour. Unfortunately, because multibranch pipeline jobs scan *all* branches in a repo for changes, this means that the

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

2019-12-13 Thread Paul Davis
I was thinking something along these lines: https://github.com/apache/couchdb/pull/2358 The two big changes are for 19 saying "We don't support this, but we don't have any reason to believe it won't work." and changing the wording for the blacklisted 20.x+ versions saying "Absolutely do not use t

Re: Script for displaying test errors and timing information

2019-12-13 Thread Paul Davis
Cool beans. I'll take a crack at removing some of the ick around displaying along with adding some command line arguments for controlling output. For long term storage I think it'd be better to store the raw XML files rather than the formatted output which should be an easy addition. On Thu, Dec