This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a change to branch advertised-addresses
in repository https://gitbox.apache.org/repos/asf/iggy.git
from d3932ec49 fix typos
add dc8493883 test(integration): remove suites duplicating existing
coverage (#3823)
add d79143b13 Merge branch 'master' into advertised-addresses
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 1 -
.../tests/cluster/metadata_checkpoint_restart.rs | 138 ++++-
core/integration/tests/sdk/mcp_parity.rs | 608 ---------------------
core/integration/tests/sdk/messages.rs | 172 ------
core/integration/tests/sdk/mod.rs | 4 -
core/integration/tests/server/general.rs | 19 +-
.../server/metadata_checkpoint_recovery_vsr.rs | 138 -----
core/integration/tests/server/mod.rs | 4 -
.../server/scenarios/create_message_payload.rs | 148 -----
core/integration/tests/server/scenarios/mod.rs | 1 -
core/server-ng/Cargo.toml | 6 +-
core/server-ng/tests/sdk_e2e.rs | 175 +-----
12 files changed, 144 insertions(+), 1270 deletions(-)
delete mode 100644 core/integration/tests/sdk/mcp_parity.rs
delete mode 100644 core/integration/tests/sdk/messages.rs
delete mode 100644
core/integration/tests/server/metadata_checkpoint_recovery_vsr.rs
delete mode 100644
core/integration/tests/server/scenarios/create_message_payload.rs