cckellogg commented on a change in pull request #168:
[Issue-148][pulsar-client-go] add seek by messageID
URL: https://github.com/apache/pulsar-client-go/pull/168#discussion_r364343418
##########
File path: pulsar/test_helper.go
##########
@@ -150,6 +153,12 @@ func deleteTopic(topic string) error {
return httpDelete("admin/v2/persistent/" + fmt.Sprintf("%s?force=true",
topic))
}
+func createPartitionTopic(t *testing.T, topicName string, partitions int) {
Review comment:
No need to pass the testing.T here. Let's just return an error and handle
the assert in the test.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services