You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/03/10 12:58:28 UTC

[GitHub] [bookkeeper] hangc0276 opened a new pull request, #3855: [Flaky Test] Add timeout for two flaky timeout tests

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: commits-unsubscribe@bookkeeper.apache.org

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


[GitHub] [bookkeeper] codecov-commenter commented on pull request #3855: [Flaky Test] Add timeout for two flaky timeout tests

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #3855:
URL: https://github.com/apache/bookkeeper/pull/3855#issuecomment-1463819906

   ## [Codecov](https://codecov.io/gh/apache/bookkeeper/pull/3855?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#3855](https://codecov.io/gh/apache/bookkeeper/pull/3855?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (da1bc58) into [master](https://codecov.io/gh/apache/bookkeeper/commit/caddb6ee5bbf1823dfa6cae6cb419159f7327aa6?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (caddb6e) will **decrease** coverage by `0.10%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #3855      +/-   ##
   ============================================
   - Coverage     60.42%   60.33%   -0.10%     
   + Complexity     5862     5861       -1     
   ============================================
     Files           473      473              
     Lines         40982    40982              
     Branches       5241     5241              
   ============================================
   - Hits          24762    24725      -37     
   - Misses        14002    14043      +41     
   + Partials       2218     2214       -4     
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | bookie | `39.71% <ø> (-0.12%)` | :arrow_down: |
   | remaining | `29.49% <ø> (-0.06%)` | :arrow_down: |
   | replication | `41.42% <ø> (+0.03%)` | :arrow_up: |
   | tls | `21.03% <ø> (-0.02%)` | :arrow_down: |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   [see 30 files with indirect coverage changes](https://codecov.io/gh/apache/bookkeeper/pull/3855/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
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@bookkeeper.apache.org

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


[GitHub] [bookkeeper] merlimat merged pull request #3855: [Flaky Test] Add timeout for two flaky timeout tests

Posted by "merlimat (via GitHub)" <gi...@apache.org>.
merlimat merged PR #3855:
URL: https://github.com/apache/bookkeeper/pull/3855


-- 
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@bookkeeper.apache.org

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