This is an automated email from the ASF dual-hosted git repository.

numinnex pushed a change to branch fix_cleanup_issues_nextnext
in repository https://gitbox.apache.org/repos/asf/iggy.git


    omit 6a452a2b6 Merge branch 'master' into fix_cleanup_issues_nextnext
    omit 3db955eae ci: bound apt-get so a dead mirror cannot wedge a job (#3924)
    omit 379a0118c Merge branch 'master' into fix_cleanup_issues_nextnext
    omit 3cd0860a9 fix(connectors): stop rendering counter metrics with a 
doubled _total (#3921)
    omit ab257a039 refactor(consensus): single restore constructor + 
wedge/replay/ack fixes (#3909)
    omit af9ce9548 feat(connectors): add source batch acknowledgments (#3855)
    omit c9d38ee33 test(bdd): add stream CRUD coverage for Rust and Java (#3875)
    omit 15fe5dce9 test(integration): add SIGKILL crash-durability cluster 
tests (#3905)
    omit e71e3c61e chore(deps): Bump the csharp group with 1 update (#3906)
     add 86993eabf fix failing CI

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6a452a2b6)
            \
             N -- N -- N   refs/heads/fix_cleanup_issues_nextnext (86993eabf)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .claude/skills/connector-runtime/SKILL.md          |   4 +-
 .github/actions/cpp-bazel/pre-merge/action.yml     |   3 +-
 .github/actions/node-npm/pre-merge/action.yml      |   2 +-
 .github/actions/php/pre-merge/action.yml           |   3 +-
 .github/actions/rust/pre-merge/action.yml          |   4 +-
 .../actions/utils/setup-rust-with-cache/action.yml |   4 +-
 .github/workflows/_build_rust_artifacts.yml        |   2 +-
 .github/workflows/_test_examples.yml               |   3 +-
 .github/workflows/coverage-baseline.yml            |   5 +-
 bdd/docker-compose.coverage.yml                    |  12 +-
 bdd/docker-compose.yml                             |   4 -
 .../org/apache/iggy/bdd/BasicMessagingSteps.java   |  50 --
 .../test/java/org/apache/iggy/bdd/TestContext.java |   1 -
 bdd/rust/Cargo.toml                                |   5 -
 bdd/rust/tests/common/global_context.rs            |   1 -
 bdd/rust/tests/steps/streams.rs                    | 125 +--
 bdd/rust/tests/stream_crud.rs                      |  31 -
 bdd/scenarios/stream_crud.feature                  |  52 --
 core/connectors/runtime/src/main.rs                |  14 +-
 core/connectors/runtime/src/manager/source.rs      |  28 +-
 core/connectors/runtime/src/metrics.rs             |  91 +--
 core/connectors/runtime/src/source.rs              | 364 +--------
 core/connectors/sdk/README.md                      |  29 -
 core/connectors/sdk/src/lib.rs                     |  12 -
 core/connectors/sdk/src/source.rs                  | 897 +--------------------
 core/connectors/sources/README.md                  |  33 +-
 core/connectors/sources/random_source/src/lib.rs   |  91 +--
 core/consensus/src/client_table.rs                 |   2 +-
 core/integration/src/harness/disk.rs               | 478 -----------
 core/integration/src/harness/handle/server.rs      |  26 -
 core/integration/src/harness/mod.rs                |   1 -
 .../src/harness/orchestrator/harness.rs            |  28 -
 .../tests/cluster/client_table_adversarial.rs      | 461 -----------
 core/integration/tests/cluster/crash_durability.rs | 519 ------------
 .../tests/cluster/crash_offset_reuse.rs            | 143 ----
 .../tests/cluster/crash_recovery_corruption.rs     | 688 ----------------
 .../tests/cluster/failover_client_continuity.rs    | 170 ----
 core/integration/tests/cluster/mod.rs              |   5 -
 .../tests/connectors/random/random_source.rs       | 123 ---
 .../tests/connectors/runtime/benchmark.rs          |   7 -
 .../verify_cluster_replica_data_identical.rs       | 234 +++++-
 core/server/src/responses.rs                       | 176 +++-
 core/shard/src/router.rs                           |  73 --
 foreign/csharp/Directory.Packages.props            |   2 +-
 scripts/ci/apt-install.sh                          |  78 --
 scripts/run-bdd-tests.sh                           |  36 +-
 46 files changed, 485 insertions(+), 4635 deletions(-)
 delete mode 100644 bdd/rust/tests/stream_crud.rs
 delete mode 100644 bdd/scenarios/stream_crud.feature
 delete mode 100644 core/integration/src/harness/disk.rs
 delete mode 100644 core/integration/tests/cluster/client_table_adversarial.rs
 delete mode 100644 core/integration/tests/cluster/crash_durability.rs
 delete mode 100644 core/integration/tests/cluster/crash_offset_reuse.rs
 delete mode 100644 core/integration/tests/cluster/crash_recovery_corruption.rs
 delete mode 100644 core/integration/tests/cluster/failover_client_continuity.rs
 delete mode 100755 scripts/ci/apt-install.sh

Reply via email to