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 fb96a9278 Merge branch 'master' into integration_tests
add a380f4bac address rest of the comments
No new revisions were added by this update.
Summary of changes:
core/common/src/traits/binary_impls/users.rs | 18 +--
core/consensus/src/client_table.rs | 12 ++
core/integration/tests/sdk/hello_world.rs | 1 +
core/message_bus/src/socket_opts.rs | 2 +-
core/metadata/src/impls/metadata.rs | 21 ++-
core/metadata/src/stm/user.rs | 26 +++-
core/sdk/src/quic/quic_client.rs | 30 +++-
core/sdk/src/tcp/tcp_client.rs | 18 ++-
core/sdk/src/tcp/tcp_connection_stream.rs | 24 +++
core/sdk/src/tcp/tcp_connection_stream_kind.rs | 10 ++
core/sdk/src/tcp/tcp_tls_connection_stream.rs | 24 +++
core/sdk/src/vsr.rs | 52 +++++--
core/sdk/src/websocket/websocket_client.rs | 7 +-
core/server-ng/src/bootstrap.rs | 207 ++++++++++++++++++++-----
core/server-ng/src/server_error.rs | 2 +-
core/server-ng/src/session_manager.rs | 7 +-
16 files changed, 376 insertions(+), 85 deletions(-)