dottorblaster opened a new pull request #3189:
URL: https://github.com/apache/couchdb/pull/3189
<!-- Thank you for your contribution!
Please file this form by replacing the Markdown comments
with your text. If a section needs no action - remove it.
Also remember, that CouchDB uses the Review-Then-Commit (RTC) model
of code collaboration. Positive feedback is represented +1 from
committers
and negative is a -1. The -1 also means veto, and needs to be addressed
to proceed. Once there are no objections, the PR can be merged by a
CouchDB committer.
See: http://couchdb.apache.org/bylaws.html#decisions for more info. -->
## Overview
This PR is a follow-up to #3110 and a should allows us to close #1885.
We want to adopt a _fail-fast_ approach so we split tests in several
categories and we're running them from the fastest one to the slowest.
## Testing recommendations
If `make elixir` is ok, then you'll probably be ok. I didn't know if there
would be a better way of handling these modifications in the Makefile.
## Related Issues or Pull Requests
#3110, #1885
## Checklist
- [ ] Code is written and works correctly
- [ ] Changes are covered by tests
- [ ] Any new configurable parameters are documented in
`rel/overlay/etc/default.ini`
- [ ] A PR for documentation changes has been made in
https://github.com/apache/couchdb-documentation
----------------------------------------------------------------
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 the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]