You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "JoaoAparicio (via GitHub)" <gi...@apache.org> on 2023/04/09 17:20:13 UTC

[GitHub] [arrow-julia] JoaoAparicio opened a new pull request, #421: Add @testsets for misc tests

JoaoAparicio opened a new pull request, #421:
URL: https://github.com/apache/arrow-julia/pull/421

   Tests under "misc" aren't bundled into testsets. As a consequence, tests terminate when the first misc test fails, making it difficult to get a good picture of how many failing misc tests remain.
   
   In this commit I've bundled misc tests into testsets.
   
   Does anyone else like this?
   ![with_testsets](https://user-images.githubusercontent.com/5380486/230786895-94854bda-b14d-4744-87a7-6cb315010282.jpeg)
   
   Now I can see I have 5 errors out of 127 total misc tests.
   Before it would  just show 1 error out of 69 misc tests, as it was stopping early.


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-julia] baumgold merged pull request #421: Add @testsets for misc tests

Posted by "baumgold (via GitHub)" <gi...@apache.org>.
baumgold merged PR #421:
URL: https://github.com/apache/arrow-julia/pull/421


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-julia] codecov-commenter commented on pull request #421: Add @testsets for misc tests

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

   ## [Codecov](https://codecov.io/gh/apache/arrow-julia/pull/421?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 [#421](https://codecov.io/gh/apache/arrow-julia/pull/421?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (9c4603d) into [main](https://codecov.io/gh/apache/arrow-julia/commit/adf6ab8e39b38723a805eeb46d2b100a6855ec69?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (adf6ab8) will **increase** coverage by `0.06%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff             @@
   ##             main     #421      +/-   ##
   ==========================================
   + Coverage   86.88%   86.95%   +0.06%     
   ==========================================
     Files          26       26              
     Lines        3257     3258       +1     
   ==========================================
   + Hits         2830     2833       +3     
   + Misses        427      425       -2     
   ```
   
   
   [see 2 files with indirect coverage changes](https://codecov.io/gh/apache/arrow-julia/pull/421/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: github-unsubscribe@arrow.apache.org

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