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/11 09:38:22 UTC

[GitHub] [pulsar] gaoran10 opened a new pull request, #15544: [fix][test] Adjust flaky test concurrent consume reconnect

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

   ### Motivation
   
   The test `SimpleProducerConsumerTest.java#testConcurrentConsumerReceiveWhileReconnect` is not stable, because restart broker operation cost time is not stable, the consumer receive operation may be timeout before finishing restart broker operation.
   
   ### Modifications
   
   Increase receive timeout.
   
   ### Does this pull request potentially affect one of the following parts:
   
   *If `yes` was chosen, please highlight the changes*
   
     - Dependencies (does it add or upgrade a dependency): (no)
     - The public API: (no)
     - The schema: (no)
     - The default values of configurations: (no)
     - The wire protocol: (no)
     - The rest endpoints: (no)
     - The admin cli options: (no)
     - Anything that affects deployment: (no)
   
   ### 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)
     
   - [x] `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 #15544: [fix][test] Adjust flaky test concurrent consume reconnect

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


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