This is an automated email from the ASF dual-hosted git repository.
iilyak pushed a change to branch improve-errors-in-mango-tests
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 12d84476c Print response body on errors from mango test suite
add 468910e17 fix make clean after dev/run --enable-tls
add f2c5c603b Merge pull request #5670 from apache/enable-tls-clean
add 565de4307 Cache and store mem3 shard properties in one place only
add cec2f0355 Print response body on errors from mango test suite
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (12d84476c)
\
N -- N -- N refs/heads/improve-errors-in-mango-tests (cec2f0355)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
Makefile | 2 +-
src/chttpd/src/chttpd_db.erl | 3 +-
src/fabric/src/fabric.erl | 3 +-
src/fabric/src/fabric_util.erl | 26 +++---
src/fabric/test/eunit/fabric_bench_test.erl | 2 +-
src/mem3/include/mem3.hrl | 4 +-
src/mem3/src/mem3.erl | 26 ++----
src/mem3/src/mem3_hash.erl | 28 +++---
src/mem3/src/mem3_shards.erl | 131 +++++++++++++++++++---------
src/mem3/src/mem3_util.erl | 53 +----------
10 files changed, 131 insertions(+), 147 deletions(-)