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/08/08 06:11:47 UTC

[GitHub] [pulsar] poorbarcode opened a new pull request, #16982: [fix][flaky-test]ManagedCursorMetricsTest timeout

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

   Fixes #16723
   
   Master Issue: #16723
   
   ### Motivation
   
   ![截屏2022-08-08 14 06 21](https://user-images.githubusercontent.com/25195800/183350606-7f5036fd-c065-4ca6-821a-658ec95797eb.png)
   
   The problem is that it occasionally runs in 5s or so, which is normally quite fast
   
   ### Modifications
   
   Use ` @Test(timeOut = 1000 * 10)` to limit the time and extend the timeout setting
   
   ### Documentation
   
   - [ ] `doc-required` 
   (Your PR needs to update docs and you will update later)
     
   - [ ] `doc-not-needed` 
   (Please explain why)
     
   - [x] `doc` 
   (Your PR contains doc changes)
   
   - [ ] `doc-complete`
   (Docs have been already added)


-- 
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] codelipenghui merged pull request #16982: [fix][flaky-test]ManagedCursorMetricsTest timeout

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


-- 
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] poorbarcode commented on pull request #16982: [fix][flaky-test]ManagedCursorMetricsTest timeout

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

   There are other problems we are looking at, don't review it yet


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