This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a change to branch tseq
in repository https://gitbox.apache.org/repos/asf/couchdb.git
omit dca1f8c4d [fixup] [couch_db_updater] Use couch_time_seq:update/3 (fix
bad fixup)
omit 7d03e3b01 [fixup] [docs] fix inix/unix typo
omit 756d483da [fixup] [couch_db_updater] Use couch_time_seq:update/3 only,
update/2 is gone
omit bbb2e9a9c [fixup] [couch_db_int] bring back and explain the
"repurposed" field
omit a36deb955 [fixup] [couch_db_engine] improve wording in the
set_time_seq API
omit 9eba0a136 [fixup] [couch_time_seq] remove update/2
omit 1a37dbf3f Add time-seq and _changes since=time docs
omit 6d7094694 Time-based since parameter for _changes
omit eca77c543 Add an HTTP API to query and reset time-seq values
omit 5fe24137f Add time-seq to the db header and update it on commit
omit 5b1a3a7cf Implement an exponentially decaying time intervals data
structure
add efbb5c6ec Prevent B-tree duplicate entries. Add property tests.
add 600318913 Reduce btree prop test count a bit
add 5f36fe641 Implement an exponentially decaying time intervals data
structure
add 4d55ba447 Add time-seq to the db header and update it on commit
add b5d1f21c4 Add an HTTP API to query and reset time-seq values
add 0c0a94fca Time-based since parameter for _changes
add bc06f962a Add time-seq and _changes since=time docs
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 (dca1f8c4d)
\
N -- N -- N refs/heads/tseq (bc06f962a)
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:
src/couch/src/couch_btree.erl | 14 +-
src/couch/src/couch_time_seq.erl | 4 +-
src/couch/test/eunit/couch_btree_prop_tests.erl | 225 ++++++++++++++++++++++++
3 files changed, 240 insertions(+), 3 deletions(-)
create mode 100644 src/couch/test/eunit/couch_btree_prop_tests.erl