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 9cdb361f5 Print response body on  errors from mango test suite
     add 4b6efab2a fix centos/freebsd build
     add 9133232ad Merge pull request #5660 from apache/fix-brew-sm-build-2
     add 3ab350c3a Unify CI jobs
     add 60d33e770 Remove old Jenkinsfiles
     add 34207dc7c more informative error if epochs out of order
     add ff20af2b2 Merge pull request #5663 from apache/epoch-order-error
     add 965344ecb Disable ppc64le and s390x builds
     add aa664378b Add Trixie to CI
     add b830fffcd Update mochiweb to v3.3.0
     add e13d560b1 Update xxHash
     add 831849ca4 Update QuickJS
     add dac2f0d6d 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   (9cdb361f5)
            \
             N -- N -- N   refs/heads/improve-errors-in-mango-tests (dac2f0d6d)

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:
 build-aux/{Jenkinsfile.full => Jenkinsfile}        | 292 ++++++++++++++------
 build-aux/Jenkinsfile.pr                           | 293 ---------------------
 configure                                          |   2 +-
 rebar.config.script                                |   2 +-
 src/couch/src/couch_db.erl                         |   7 +-
 .../patches/01-spidermonkey-185-mode.patch         |   6 +-
 .../patches/02-test262-makefile.patch              |   4 +-
 src/couch_quickjs/patches/03-test262-yield.patch   |   4 +-
 src/couch_quickjs/patches/04-test262-errors.patch  |   4 +-
 src/couch_quickjs/quickjs/Changelog                |   3 +
 src/couch_quickjs/quickjs/VERSION                  |   2 +-
 src/couch_quickjs/quickjs/qjsc.c                   |   3 +
 src/couch_quickjs/quickjs/quickjs.c                | 257 ++++++++++--------
 src/couch_quickjs/quickjs/quickjs.h                |   4 +-
 src/couch_quickjs/quickjs/run-test262.c            |  43 ++-
 src/exxhash/README.md                              |   2 +-
 src/exxhash/c_src/xxhash.h                         | 207 ++++++++++++---
 17 files changed, 599 insertions(+), 536 deletions(-)
 rename build-aux/{Jenkinsfile.full => Jenkinsfile} (76%)
 delete mode 100644 build-aux/Jenkinsfile.pr

Reply via email to