This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch fix-flaky-tests-cli
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 79fa3239c fix(ci): prevent flaky keyring tests by keeping daemons alive
add 79103ee4b feat(server): add threads count and disk space to sysinfo
stats (#2917)
add 8c8507343 Merge branch 'master' into fix-flaky-tests-cli
No new revisions were added by this update.
Summary of changes:
core/cli/src/commands/binary_system/stats.rs | 23 ++++
core/common/src/traits/binary_mapper.rs | 38 ++++++
core/common/src/types/stats/mod.rs | 9 ++
.../tests/cli/system/test_stats_command.rs | 130 ++++++++++++++++++++-
core/server/src/binary/mapper.rs | 4 +
core/server/src/shard/system/stats.rs | 21 ++++
.../src/shard/tasks/periodic/sysinfo_printer.rs | 12 +-
7 files changed, 232 insertions(+), 5 deletions(-)