You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "lhotari (via GitHub)" <gi...@apache.org> on 2023/11/03 08:37:22 UTC

[PR] [improve][ci] Move pulsar-metadata unit tests from OTHER to new METADATA group [pulsar]

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

   ### Motivation
   
   The test JVM crashes frequently in pulsar-metadata tests due to #19307 . Since metadata unit tests are part of the OTHER group, there's a need to re-run all tests in that group. The OTHER group is already slow so this wastes resources and adds delay. 
   
   ### Modifications
   
   - move pulsar-metadata unit tests from OTHER to new METADATA group
   
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc` <!-- Your PR contains doc changes. -->
   - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later -->
   - [x] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   - [ ] `doc-complete` <!-- 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


Re: [PR] [improve][ci] Move pulsar-metadata unit tests from OTHER to new METADATA group [pulsar]

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


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


Re: [PR] [improve][ci] Move pulsar-metadata unit tests from OTHER to new METADATA group [pulsar]

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

   ## [Codecov](https://app.codecov.io/gh/apache/pulsar/pull/21511?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#21511](https://app.codecov.io/gh/apache/pulsar/pull/21511?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (875441c) into [master](https://app.codecov.io/gh/apache/pulsar/commit/d47637f70ebadcad2e87d45ea14d1ccbe01e1a8d?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (d47637f) will **increase** coverage by `36.54%`.
   > Report is 1 commits behind head on master.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://app.codecov.io/gh/apache/pulsar/pull/21511/graphs/tree.svg?width=650&height=150&src=pr&token=acYqCpsK9J&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)](https://app.codecov.io/gh/apache/pulsar/pull/21511?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   ```diff
   @@              Coverage Diff              @@
   ##             master   #21511       +/-   ##
   =============================================
   + Coverage     36.69%   73.24%   +36.54%     
   - Complexity    12207    32620    +20413     
   =============================================
     Files          1713     1890      +177     
     Lines        130841   140440     +9599     
     Branches      14261    15436     +1175     
   =============================================
   + Hits          48010   102863    +54853     
   + Misses        76477    29491    -46986     
   - Partials       6354     8086     +1732     
   ```
   
   | [Flag](https://app.codecov.io/gh/apache/pulsar/pull/21511/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | |
   |---|---|---|
   | [inttests](https://app.codecov.io/gh/apache/pulsar/pull/21511/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `24.20% <ø> (+0.07%)` | :arrow_up: |
   | [systests](https://app.codecov.io/gh/apache/pulsar/pull/21511/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `24.76% <ø> (+0.03%)` | :arrow_up: |
   | [unittests](https://app.codecov.io/gh/apache/pulsar/pull/21511/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `72.54% <ø> (+40.68%)` | :arrow_up: |
   
   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=apache#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   [see 1457 files with indirect coverage changes](https://app.codecov.io/gh/apache/pulsar/pull/21511/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   


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