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/29 16:23:08 UTC

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

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


##########
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:
   I have find the real reason. https://github.com/apache/pulsar-client-go/pull/875
   
   It's a consumer bug caused by availablePermitsCh.



-- 
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