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

   Fixes #16497
   
   ### Motivation
   
   In reviewing the errors associated with 
`ManagedLedgerCompressionTest#testRestartBrokerEnableManagedLedgerInfoCompression`,
 it seems like the problem is the number of broker restarts that occur. When I 
run this test on my laptop, it takes 20 seconds. I profiled it, and the most 
expensive part is starting up the broker's WebService, which is unfortunate 
because it is not tested here.
   
   I propose as a temporary "fix" that we increase the timeout on this test to 
60 seconds. The failure reports are all related to timeouts, and there is 
nothing fancy about this test that makes me think the test itself should be 
flaky.
   
   ### Modifications
   
   * Increase test timeout from 30 to 60 seconds
   
   ### Documentation
   
   - [x] `doc-not-needed`


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to