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/09/14 18:40:13 UTC

[GitHub] [pulsar] poorbarcode opened a new issue, #17657: Tracking issue for slowly tests

poorbarcode opened a new issue, #17657:
URL: https://github.com/apache/pulsar/issues/17657

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
   
   
   ### Motivation
   
   This issue tracks efforts to optimize slow testing(which took more than 5 minutes), focusing on unit tests.
   
   ### Solution
   
   Make the test run faster
   
   ### Alternatives
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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.apache.org

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


[GitHub] [pulsar] tisonkun commented on issue #17657: Tracking issue for slow tests

Posted by GitBox <gi...@apache.org>.
tisonkun commented on issue #17657:
URL: https://github.com/apache/pulsar/issues/17657#issuecomment-1317903520

   All subtasks are fixed. Closed as done.
   
   If you find more slow tests after a recheck, feel free to reopen the issue. Or prefer to open a new issue to another turn.


-- 
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] tisonkun closed issue #17657: Tracking issue for slow tests

Posted by GitBox <gi...@apache.org>.
tisonkun closed issue #17657: Tracking issue for slow tests 
URL: https://github.com/apache/pulsar/issues/17657


-- 
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 commented on issue #17657: Tracking issue for slow tests

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #17657:
URL: https://github.com/apache/pulsar/issues/17657#issuecomment-1299442958

   @poorbarcode It looks like all the tests that took more than 5 min are fixed. Do you want to recheck the CI for the time-consuming test?


-- 
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] lhotari commented on issue #17657: Tracking issue for slow tests

Posted by GitBox <gi...@apache.org>.
lhotari commented on issue #17657:
URL: https://github.com/apache/pulsar/issues/17657#issuecomment-1250873800

   There are some memory leaks in tests that cause slow down. 
   Pulsar CI collects a heap dump when an OOM happens. There are 2 recent examples of this:
   #17714 and #17655
   
   When there's a memory leak, it can slow down tests when there's constant GCs happening due to very limited available heap.


-- 
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] lhotari commented on issue #17657: Tracking issue for slowly tests

Posted by GitBox <gi...@apache.org>.
lhotari commented on issue #17657:
URL: https://github.com/apache/pulsar/issues/17657#issuecomment-1247696922

   @poorbarcode This is a really good initiative. Thanks for starting this!


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