ARROW-3000: [C++] Add option to label test groups then only build those unit tests#2406
Closed
wesm wants to merge 3 commits intoapache:masterfrom
Closed
ARROW-3000: [C++] Add option to label test groups then only build those unit tests#2406wesm wants to merge 3 commits intoapache:masterfrom
wesm wants to merge 3 commits intoapache:masterfrom
Conversation
…t in the cmake configuration. This way we can choose to only build python-test in Travis CI, for example Change-Id: I3b5618f7fe301fc88704cd5895689759a58b3659
Change-Id: I55094e7efb6a9e7cff3093e17f13b1fbdbc9241d
Member
Author
|
This isn't quite working yet, I'll take a look: |
Member
Author
|
The C++/Python build ran in 31 minutes this time |
Codecov Report
@@ Coverage Diff @@
## master #2406 +/- ##
==========================================
+ Coverage 84.67% 84.73% +0.06%
==========================================
Files 293 293
Lines 45459 45474 +15
==========================================
+ Hits 38492 38533 +41
+ Misses 6926 6904 -22
+ Partials 41 37 -4
Continue to review full report at Codecov.
|
Member
Author
|
+1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This should help make our groups of unit tests more modular and easier to build only the relevant ones for a particular test cycle