This is an automated email from the ASF dual-hosted git repository.

jan pushed a change to branch jenkins-re-add-macos
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 36e1d4bb9 fix: jdk path on macos
 discard 94c0e158f feat: run make eunit with -j4 parallelism
 discard de65571a4 fix: re-enable macOS worker and fix homebrew regression
 discard 18d628904 feat: speed up "build release tarball" stage by compiling on 
4 cores
     add 6b60c2a5b Back to failfast=false for now
     add ff86eea20 Remove unused os_daemon test fixtures
     add bbed06b62 Add timeouts to stats app
     add 7c4401d5b Improve parallel test runs
     add 2c92efdf8 Fix handling shards dbs purge checkpoints in mem3_rep
     add 03fdbd68f Consider previous node replications for _dbs purge 
checkpoints
     add 99b4966bb Update QuickJS: regexp updates + memory leak fixes
     add 5dba446a9 feat: speed up "build release tarball" stage by compiling on 
4 cores
     add cabccc694 fix: re-enable macOS worker and fix homebrew regression
     add 7139dc127 feat: run make eunit with -j4 parallelism
     add 78b115547 fix: jdk path on macos

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   (36e1d4bb9)
            \
             N -- N -- N   refs/heads/jenkins-re-add-macos (78b115547)

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                                           |  55 +--
 build-aux/Jenkinsfile                              |   2 +-
 rel/plugins/eunit_plugin.erl                       |  59 ++-
 setup_eunit.template                               |  27 +-
 src/config/test/config_tests.erl                   |   2 +-
 src/couch/include/couch_eunit.hrl                  |  13 +-
 src/couch/src/test_util.erl                        |  52 +--
 .../test/eunit/fixtures/os_daemon_bad_perm.sh      |  17 -
 .../test/eunit/fixtures/os_daemon_can_reboot.sh    |  15 -
 .../test/eunit/fixtures/os_daemon_configer.escript |  97 -----
 .../test/eunit/fixtures/os_daemon_die_on_boot.sh   |  15 -
 .../test/eunit/fixtures/os_daemon_die_quickly.sh   |  15 -
 .../test/eunit/fixtures/os_daemon_looper.escript   |  26 --
 .../patches/01-spidermonkey-185-mode.patch         |   6 +-
 src/couch_quickjs/patches/02-test262-errors.patch  |   4 +-
 src/couch_quickjs/quickjs/Changelog                |   1 +
 src/couch_quickjs/quickjs/libregexp-opcode.h       |   4 +-
 src/couch_quickjs/quickjs/libregexp.c              | 437 +++++++++++++--------
 src/couch_quickjs/quickjs/libregexp.h              |   4 +
 src/couch_quickjs/quickjs/libunicode.h             |   5 +
 src/couch_quickjs/quickjs/quickjs-opcode.h         |   1 +
 src/couch_quickjs/quickjs/quickjs.c                | 184 +++++----
 src/couch_quickjs/quickjs/test262.conf             |  50 +--
 src/couch_quickjs/quickjs/test262_errors.txt       |   6 -
 .../test/eunit/fixtures/logo.png                   | Bin
 src/couch_stats/src/couch_stats_math.erl           |  26 +-
 src/couch_stats/src/couch_stats_server.erl         |   6 +-
 src/mem3/src/mem3.erl                              |   7 +-
 src/mem3/src/mem3_rep.erl                          | 155 ++++++--
 src/mem3/src/mem3_sync.erl                         |  43 +-
 src/mem3/test/eunit/mem3_seeds_test.erl            |   2 +-
 src/mem3/test/eunit/mem3_zone_test.erl             |   2 +-
 32 files changed, 702 insertions(+), 636 deletions(-)
 delete mode 100644 src/couch/test/eunit/fixtures/os_daemon_bad_perm.sh
 delete mode 100755 src/couch/test/eunit/fixtures/os_daemon_can_reboot.sh
 delete mode 100755 src/couch/test/eunit/fixtures/os_daemon_configer.escript
 delete mode 100755 src/couch/test/eunit/fixtures/os_daemon_die_on_boot.sh
 delete mode 100755 src/couch/test/eunit/fixtures/os_daemon_die_quickly.sh
 delete mode 100755 src/couch/test/eunit/fixtures/os_daemon_looper.escript
 copy src/{couch => couch_replicator}/test/eunit/fixtures/logo.png (100%)

Reply via email to