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 b22341683 fix go tests
add dacc4bf69 fix examples from go
No new revisions were added by this update.
Summary of changes:
bdd/go/tests/basic_messaging_test.go | 51 ++++++++--------------
bdd/go/tests/tcp_test/consumers_feature_create.go | 20 +++------
bdd/go/tests/tcp_test/consumers_steps.go | 10 ++---
bdd/go/tests/tcp_test/stream_feature_create.go | 18 ++++----
bdd/go/tests/tcp_test/stream_feature_get_by_id.go | 10 ++---
bdd/go/tests/tcp_test/stream_steps.go | 2 +-
bdd/go/tests/tcp_test/topic_feature_create.go | 24 +++-------
bdd/go/tests/tcp_test/topic_steps.go | 10 ++---
core/server/src/shard/handlers.rs | 6 +--
examples/go/getting-started/consumer/main.go | 8 ++--
examples/go/getting-started/producer/main.go | 15 +++----
.../go/benchmarks/send_messages_benchmark_test.go | 2 +-
foreign/go/contracts/consumer.go | 2 +-
foreign/go/samples/consumer/consumer.go | 10 ++---
foreign/go/samples/producer/producer.go | 10 ++---
scripts/run-csharp-examples-from-readme.sh | 2 +-
scripts/run-go-examples-from-readme.sh | 2 +-
17 files changed, 79 insertions(+), 123 deletions(-)