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 4877c6f59 fix go bdd
add 940d1a19f fix: adapt tests for command changes (1/?) (#2307)
No new revisions were added by this update.
Summary of changes:
foreign/node/src/client/client.connection.ts | 1 -
foreign/node/src/debug-send.ts | 32 +++++----
foreign/node/src/debug.ts | 29 ++++-----
foreign/node/src/e2e/tcp.consumer-group.e2e.ts | 76 +++++++++++++---------
foreign/node/src/e2e/tcp.consumer-stream.e2e.ts | 23 ++++---
foreign/node/src/e2e/tcp.send-message.e2e.ts | 45 ++++++-------
foreign/node/src/e2e/tcp.stream.e2e.ts | 11 ++--
foreign/node/src/e2e/tcp.topic.e2e.ts | 44 +++++++------
foreign/node/src/examples/stream-file-to-topic.ts | 20 +++---
foreign/node/src/examples/stream-topic-to-file.ts | 18 ++---
foreign/node/src/stream/consumer-stream.ts | 10 +--
.../consumer-group/create-group.command.test.ts | 3 +-
.../wire/consumer-group/create-group.command.ts | 1 -
.../consumer-group/ensure-group.virtual.command.ts | 16 ++---
.../node/src/wire/message/poll-messages.command.ts | 2 +-
foreign/node/src/wire/message/poll.utils.ts | 2 +-
foreign/node/src/wire/offset/offset.utils.ts | 11 ++--
.../node/src/wire/offset/store-offset.command.ts | 2 +-
.../src/wire/stream/create-stream.command.test.ts | 5 +-
.../wire/stream/ensure-stream.virtual.command.ts | 13 +---
.../src/wire/topic/create-topic.command.test.ts | 5 +-
.../node/src/wire/topic/create-topic.command.ts | 1 -
.../src/wire/topic/ensure-topic.virtual.command.ts | 14 ++--
23 files changed, 182 insertions(+), 202 deletions(-)