hubcio commented on code in PR #3063:
URL: https://github.com/apache/iggy/pull/3063#discussion_r3043786961
##########
bdd/scenarios/basic_messaging.feature:
##########
@@ -43,3 +43,9 @@ Feature: Basic Messaging Operations
And the messages should have sequential offsets from 0 to 9
And each message should have the expected payload content
And the last polled message should match the last sent message
+
+ When I update the stream name to "test-stream-updated"
+ Then the stream name should be updated to "test-stream-updated"
+
+ When I delete the stream
Review Comment:
i think it would be better to have "stream with name" here (or "stream with
id") to avoid implicit deduction of stream_name based on previously
added/modified streams.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]