You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/10/28 22:34:36 UTC

[GitHub] [pulsar-client-go] zzzming commented on a diff in pull request #874: [Issue 873] Fix flaky test TestRLQMultiTopics() and TestRLQSpecifiedPartitionTopic()

zzzming commented on code in PR #874:
URL: https://github.com/apache/pulsar-client-go/pull/874#discussion_r1008554277


##########
pulsar/consumer_test.go:
##########
@@ -41,7 +41,7 @@ import (
 
 var (
 	adminURL  = "http://localhost:8080"
-	lookupURL = "pulsar://localhost:6650"
+	lookupURL = "pulsar://10.105.7.225:6650"

Review Comment:
   Is this right to change to a fixed private IP? Would that work in CI and other localhost environment?



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org