This is an automated email from the ASF dual-hosted git repository.
numinnex pushed a change to branch integration_tests
in repository https://gitbox.apache.org/repos/asf/iggy.git
from a2dac46cf Merge branch 'master' into integration_tests
add ad8552609 review
No new revisions were added by this update.
Summary of changes:
core/binary_protocol/src/consensus/operation.rs | 14 ++-
core/binary_protocol/src/dispatch.rs | 3 +-
core/consensus/src/observability.rs | 1 +
core/integration-vsr/src/lib.rs | 17 ----
core/integration/tests/sdk/hello_world.rs | 11 +++
core/message_bus/src/lib.rs | 24 ++++-
core/sdk/src/quic/quic_client.rs | 5 +
core/sdk/src/tcp/tcp_client.rs | 5 +
core/sdk/src/vsr.rs | 122 ++++++++++++++++++++++--
core/sdk/src/websocket/websocket_client.rs | 5 +
core/server-ng/src/bootstrap.rs | 64 ++++++++++++-
core/server-ng/src/session_manager.rs | 49 ++++------
12 files changed, 255 insertions(+), 65 deletions(-)
delete mode 100644 core/integration-vsr/src/lib.rs