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

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


    from db0fb6e97 fix failing build for go
     add 87a0f53a9 fix go bdd tests

No new revisions were added by this update.

Summary of changes:
 bdd/go/tests/tcp_test/consumers_feature_create.go  |  17 ---
 bdd/go/tests/tcp_test/messages_feature_send.go     |  15 --
 bdd/go/tests/tcp_test/session_feature_login.go     |   4 +-
 bdd/go/tests/tcp_test/stream_feature_create.go     |  30 +---
 bdd/go/tests/tcp_test/stream_feature_get_by_id.go  |  14 +-
 bdd/go/tests/tcp_test/stream_steps.go              |   7 +-
 bdd/go/tests/tcp_test/topic_feature_create.go      |  18 ---
 .../handlers/streams/delete_stream_handler.rs      |   1 -
 .../binary/handlers/topics/delete_topic_handler.rs | 119 ++++++++++-----
 .../binary/handlers/topics/update_topic_handler.rs | 165 +++++++++++++++------
 core/server/src/shard/handlers.rs                  |  66 +++++++++
 core/server/src/shard/system/topics.rs             |   8 +
 core/server/src/shard/transmission/frame.rs        |   2 +
 core/server/src/shard/transmission/message.rs      |  15 ++
 core/server/src/slab/topics.rs                     |   2 +-
 core/server/src/streaming/topics/topic.rs          |   4 +-
 core/server/src/tcp/connection_handler.rs          |   7 +-
 .../binary_request_serializer.go                   | 103 ++++++++-----
 .../fetch_messages_request_serializer.go           |  19 ++-
 .../binary_serialization/identifier_serializer.go  |   8 +
 .../send_messages_request_serializer.go            |  31 ++--
 .../update_stream_serializer.go                    |   7 +-
 foreign/go/contracts/consumer_groups.go            |   1 -
 23 files changed, 425 insertions(+), 238 deletions(-)

Reply via email to