hangc0276 opened a new pull request, #3855:
URL: https://github.com/apache/bookkeeper/pull/3855

   ### Motivation
   `HandleFailuresTest` and `FileInfoBackingCacheTest` sometimes blocked the CI 
for 30 minutes and timed out by the configured 1800s 
`<forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>`
   
   #### HandleFailuresTest
   https://github.com/apache/bookkeeper/actions/runs/4382682699/jobs/7673671554
   ```
   2023-03-10T10:08:25.6989894Z [INFO] Running 
org.apache.bookkeeper.client.HandleFailuresTest
   2023-03-10T10:38:27.0756444Z [INFO] Running 
org.apache.bookkeeper.client.api.WriteHandleTest
   ```
    
   https://github.com/apache/bookkeeper/actions/runs/4374329604/jobs/7653852875
   ```
   2023-03-09T12:31:17.1298580Z [INFO] Running 
org.apache.bookkeeper.client.HandleFailuresTest
   2023-03-09T13:01:18.4961335Z [INFO] Running 
org.apache.bookkeeper.client.api.WriteHandleTest
   ```
   
   #### FileInfoBackingCacheTest
   https://github.com/apache/bookkeeper/actions/runs/4382055343/jobs/7670828738
   ```
   2023-03-10T07:14:20.9700733Z [INFO] Running 
org.apache.bookkeeper.bookie.FileInfoBackingCacheTest
   2023-03-10T07:44:22.7718455Z [INFO] Running 
org.apache.bookkeeper.bookie.datainteg.CookieValidationTest
   ```
   
   ### Modifications
   Add 30s timeout for all the tests in `HandleFailuresTest` and 
`FileInfoBackingCacheTest` to make the tests fast fail.


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