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 2020/11/28 07:44:54 UTC

[GitHub] [pulsar] 315157973 opened a new pull request #8738: fix flaky-test: TopicReaderTest.testHasMessageAvailable

315157973 opened a new pull request #8738:
URL: https://github.com/apache/pulsar/pull/8738


   Fixes #8712
   
   ### Modifications
   Re-delivery of the message takes time. Because the re-delivery uses a timer, it is not accurate. The timeout period for receiving messages in the unit test is too short, and it is easy to time out. When we shorten the timeout period from 100ms to 10ms, this problem can be easily reproduced.
   
   Therefore, we extend the timeout period to 2 seconds


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

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



[GitHub] [pulsar] sijie merged pull request #8738: fix flaky-test: TopicsConsumerImplTest.testConsumerUnackedRedelivery

Posted by GitBox <gi...@apache.org>.
sijie merged pull request #8738:
URL: https://github.com/apache/pulsar/pull/8738


   


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

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



[GitHub] [pulsar] 315157973 commented on pull request #8738: fix flaky-test: TopicsConsumerImplTest.testConsumerUnackedRedelivery

Posted by GitBox <gi...@apache.org>.
315157973 commented on pull request #8738:
URL: https://github.com/apache/pulsar/pull/8738#issuecomment-735231787


   /pulsarbot run-failure-checks


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

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



[GitHub] [pulsar] 315157973 commented on pull request #8738: fix flaky-test: TopicsConsumerImplTest.testConsumerUnackedRedelivery

Posted by GitBox <gi...@apache.org>.
315157973 commented on pull request #8738:
URL: https://github.com/apache/pulsar/pull/8738#issuecomment-735225773


   /pulsarbot run-failure-checks


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

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