This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from 0d1175a4f Another flaky couch_js fix
add 5096243ff enable nouveau tests in CI
add 3ea049d64 allow PUT to existing index if definition identical
add 57fc9047a OTP 23 support
add f240adc8a Add log dumping to build-report make target
add f4f04e092 enhance out of order message
add 6f39ae734 mango end-to-end tests for nouveau
add 210e80e03 enhance test diagnostics
add 5df9dbe8c capture warn/error in entirety
add 2e4563115 disable ken
add 67e17afd9 maven batch mode
add 307450c3c cache (immutable) maven artifacts
new 8e03f9766 Merge pull request #4543 from
apache/jenkins-enable-nouveau-ci
The 1 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:
Makefile | 12 +-
build-aux/Jenkinsfile.full | 29 ++++-
build-aux/Jenkinsfile.pr | 4 +-
nouveau/nouveau.yaml | 3 +
.../couchdb/nouveau/api/IndexDefinition.java | 31 ++++++
.../org/apache/couchdb/nouveau/core/Index.java | 2 +-
.../apache/couchdb/nouveau/core/IndexManager.java | 10 +-
.../nouveau/core/UpdatesOutOfOrderException.java | 7 +-
src/nouveau/src/nouveau_fabric_info.erl | 2 +-
src/nouveau/src/nouveau_fabric_search.erl | 4 +-
src/nouveau/src/nouveau_httpd.erl | 2 +-
src/nouveau/src/nouveau_maps.erl | 121 +++++++++++++++++++++
test/elixir/test/config/nouveau.elixir | 4 +-
test/elixir/test/config/test-config.ini | 3 +
test/elixir/test/nouveau_test.exs | 82 +++++++++++---
15 files changed, 280 insertions(+), 36 deletions(-)
create mode 100644 src/nouveau/src/nouveau_maps.erl