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/05/01 02:34:09 UTC

[GitHub] [pulsar] horizonzy opened a new pull request, #15404: [improve] [test] Improve timeout problem at SimpleProducerConsumerTest#testRedeliveryFailOverConsumer

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

   ### Motivation
   ```
   org.testng.internal.thread.ThreadTimeoutException: Method org.apache.pulsar.client.api.SimpleProducerConsumerTest.testRedeliveryFailOverConsumer() didn't finish within the time-out 300000
   ```
   
   Now the tests maybe timeout. Make produce at once to reduce time of spend. It didn't change the intention of the test.
   
   
   
   ### Documentation
   
   Check the box below or label this PR directly.
   
   Need to update docs? 
   
   - [ ] `doc-required` 
   (Your PR needs to update docs and you will update later)
     
   - [ ] `no-need-doc` 
   (Please explain why)
     
   - [ ] `doc` 
   (Your PR contains doc changes)
   
   - [ ] `doc-added`
   (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] Technoboy- merged pull request #15404: [improve] [test] Improve timeout problem at SimpleProducerConsumerTest#testRedeliveryFailOverConsumer

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


-- 
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] github-actions[bot] commented on pull request #15404: [improve] [test] Improve timeout problem at SimpleProducerConsumerTest#testRedeliveryFailOverConsumer

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #15404:
URL: https://github.com/apache/pulsar/pull/15404#issuecomment-1114108419

   @horizonzy:Thanks for your contribution. For this PR, do we need to update docs?
   (The [PR template contains info about doc](https://github.com/apache/pulsar/blob/master/.github/PULL_REQUEST_TEMPLATE.md#documentation), which helps others know more about the changes. Can you provide doc-related info in this and future PR descriptions? Thanks)


-- 
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] horizonzy commented on pull request #15404: [improve] [test] Improve timeout problem at SimpleProducerConsumerTest#testRedeliveryFailOverConsumer

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

   @Technoboy- CC


-- 
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] github-actions[bot] commented on pull request #15404: [improve] [test] Improve timeout problem at SimpleProducerConsumerTest#testRedeliveryFailOverConsumer

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #15404:
URL: https://github.com/apache/pulsar/pull/15404#issuecomment-1114108664

   @horizonzy:Thanks for providing doc info!


-- 
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] horizonzy commented on pull request #15404: [improve] [test] Improve timeout problem at SimpleProducerConsumerTest#testRedeliveryFailOverConsumer

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

   > This change seems won't make much effort. Can we just increase 30s to 60s for this test case?
   
   It will over 300s, not 30s. I'm not sure why this test will cost over 300ms. Maybe ci machine too slow. Now this change looks like work.


-- 
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] horizonzy commented on pull request #15404: [improve] [test] Improve timeout problem at SimpleProducerConsumerTest#testRedeliveryFailOverConsumer

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

   I have try 3 times, 2 times at my fork repository. 1 times at this one. the timeout disappear, trigger this one agian.
   


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