This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from 790271a2c Merge pull request #5830 from apache/feat/cat-test-logs
new 6b60c2a5b Back to failfast=false for now
new ff86eea20 Remove unused os_daemon test fixtures
new bbed06b62 Add timeouts to stats app
new 7c4401d5b Improve parallel test runs
The 4 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 | 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 ------
.../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/test/eunit/mem3_seeds_test.erl | 2 +-
src/mem3/test/eunit/mem3_zone_test.erl | 2 +-
18 files changed, 111 insertions(+), 320 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%)