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 04fdf7e5e fix CI
add ca2b10a2f ci: add github-actions ecosystem to dependabot (#3271)
add 645a4e9d4 fix(go): add bounds checking to DeserializeStreams for
payloads > 64KB (#3165)
add a86be3a61 fix(server): warn and skip non-numeric filenames in consumer
offset directories instead of panicking (#3135)
add 29caa3da9 chore(deps): update workspace deps (#3280)
add b03978e9f ci: collapse status into finalize_pr, fix cancel hang (#3282)
add a2dac46cf Merge branch 'master' into integration_tests
No new revisions were added by this update.
Summary of changes:
.github/dependabot.yml | 19 +
.github/workflows/_common.yml | 2 +-
.github/workflows/pre-merge.yml | 19 +-
.github/workflows/publish.yml | 8 +-
Cargo.lock | 618 +++++------
Cargo.toml | 42 +-
bdd/python/uv.lock | 358 +++----
core/integration/tests/mod.rs | 1 +
core/integration/tests/storage/consumer_offsets.rs | 180 ++++
.../tests/storage}/mod.rs | 2 +-
core/server/src/streaming/partitions/storage.rs | 148 ++-
foreign/cpp/Cargo.toml | 2 +-
.../binary_response_deserializer.go | 39 +-
.../binary_response_deserializer_test.go | 160 +++
foreign/go/client/tcp/tcp_stream_management.go | 2 +-
foreign/python/Cargo.toml | 6 +-
foreign/python/uv.lock | 1076 ++++++++++----------
17 files changed, 1585 insertions(+), 1097 deletions(-)
create mode 100644 core/integration/tests/storage/consumer_offsets.rs
copy core/{server/src/streaming/diagnostics =>
integration/tests/storage}/mod.rs (97%)