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 2021/08/09 07:36:58 UTC

[GitHub] [pulsar] lhotari commented on pull request #11582: [Issue 11581][broker] feat:pass the executor to RateLimiter in ResourceGroupPublishLimiter

lhotari commented on pull request #11582:
URL: https://github.com/apache/pulsar/pull/11582#issuecomment-895014135


   > the failed tase case runs ok in local machine
   
   @leizhiyuan There are quite a few flaky tests. I assume you faced #11096 .
   
   When you suspect a flaky test, please search in the GitHub issue with the short name of the test class for possible reported flaky tests. 
   
   It is possible to retry a failed CI build by adding a comment "/pulsarbot rerun-failure-checks" to the PR.
   
   * Before retrying a failed build, please check the failure in the logs. Check the issue tracker whether the test failure has been reported as a flaky test. If not, please report it.
   * If it has been reported, please add a comment about facing a flaky issue in a specific build (provide link to log line in GitHub Actions log).
   
   Reporting a new Flaky issue can be done by choosing "Flaky test" on the new
   issue page https://github.com/apache/pulsar/issues/new/choose .
   Searching flaky issues:
   https://github.com/apache/pulsar/issues?q=is%3Aissue+is%3Aopen+flaky+sort%3Aupdated-desc
   (enter "flaky" or the test method name as the search query)


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