This is an automated email from the ASF dual-hosted git repository.
jiahuili430 pushed a change to branch fix-flaky-tests
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 7f6e2a06e Set `[replicator] use_bulk_get = true` for testing
discard f0673791a Add `retry_until` for flaky `changes_async_test.exs` tests
add 825b2169f Update QuickJS: faster context creation and faster dbuf
add 26920c21f Add UUID v4 and v7. Make v7 the default. Optimize UUID
generation.
add dbe5f2648 Increase timeout for `process_response/3` to fix flaky tests
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 (7f6e2a06e)
\
N -- N -- N refs/heads/fix-flaky-tests (dbe5f2648)
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:
rel/overlay/etc/default.ini | 13 +-
src/couch/src/couch_uuids.erl | 145 +-
src/couch/test/eunit/couch_uuids_tests.erl | 92 +-
src/couch_quickjs/c_src/couchjs.c | 27 +-
.../patches/01-spidermonkey-185-mode.patch | 6 +-
src/couch_quickjs/patches/02-test262-errors.patch | 14 +-
src/couch_quickjs/quickjs/Makefile | 2 +-
src/couch_quickjs/quickjs/cutils.c | 52 +-
src/couch_quickjs/quickjs/cutils.h | 46 +-
src/couch_quickjs/quickjs/libregexp.c | 4 +-
src/couch_quickjs/quickjs/libunicode.c | 2 +-
src/couch_quickjs/quickjs/quickjs-atom.h | 1 +
src/couch_quickjs/quickjs/quickjs.c | 1428 +++++++++++---------
src/couch_quickjs/quickjs/quickjs.h | 30 +-
src/couch_quickjs/quickjs/test262_errors.txt | 15 +-
.../test/eunit/couch_replicator_test_helper.erl | 2 -
src/docs/src/config/misc.rst | 84 +-
test/elixir/test/changes_async_test.exs | 40 +-
18 files changed, 1162 insertions(+), 841 deletions(-)