This is an automated email from the ASF dual-hosted git repository.
pgj pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from 44a357d3e Fix flaky fabric_bench test
new dca403dab mango: add unit tests for text cursor
new d6d4ad979 mango: prevent occasional duplication of paginated `text`
results
new ce2607a5c mango: de-duplicate results on returning them in `nouveau`
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/mango/src/mango_cursor_nouveau.erl | 55 +-
src/mango/src/mango_cursor_text.erl | 893 ++++++++++++++++++++++++++++++-
src/mango/test/24-text-paginated-test.py | 108 ++++
src/mango/test/mango.py | 46 +-
4 files changed, 1056 insertions(+), 46 deletions(-)
create mode 100644 src/mango/test/24-text-paginated-test.py