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/07/14 08:00:02 UTC

[GitHub] [pulsar] gaozhangmin opened a new pull request, #16599: [fix][flaky-test] testAutoSubscribePatternConsumer

gaozhangmin opened a new pull request, #16599:
URL: https://github.com/apache/pulsar/pull/16599

   
   
   ### Motivation
   Fixes #16595
   
   
   ### Modifications
   The root cause is:  `patternAutoDiscoveryPeriod` is set to 2 mins, After `admin.topics().createPartitionedTopic(topicName4, 4);`,  `client.getLookup().getTopicsUnderNamespace` called,  the new topics may not be found at that moment, so, wait another 2 mins, and caused timeout
   
   
   ### Documentation
     
   - [x] `doc-not-needed` 
   


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


[GitHub] [pulsar] Technoboy- merged pull request #16599: [fix][flaky-test] testAutoSubscribePatternConsumer

Posted by GitBox <gi...@apache.org>.
Technoboy- merged PR #16599:
URL: https://github.com/apache/pulsar/pull/16599


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


[GitHub] [pulsar] nodece commented on pull request #16599: [fix][flaky-test] testAutoSubscribePatternConsumer

Posted by GitBox <gi...@apache.org>.
nodece commented on PR #16599:
URL: https://github.com/apache/pulsar/pull/16599#issuecomment-1184198343

   The CI still failed.


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