-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-2344: [Go] Run Go unit tests in Travis CI #2193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2193 +/- ##
==========================================
- Coverage 86.47% 86.47% -0.01%
==========================================
Files 244 244
Lines 41808 41835 +27
==========================================
+ Hits 36155 36178 +23
- Misses 5653 5657 +4
Continue to review full report at Codecov.
|
|
Thanks @sbinet! We should also integrate this into https://github.com/apache/arrow/blob/master/ci/detect-changes.py so the Go tests are only run when there is a Go change. |
|
should I integrate this into this PR or should I create a JIRA ticket+new PR ? |
|
You can do it here, no problem |
|
Ok. PTAL. |
|
not sure why |
|
(but this seems unrelated to my change.) |
.travis.yml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a line - if [ $ARROW_CI_GO_AFFECTED != "1" ]; then exit; fi here so that the Go build only runs for GO PRs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. Will do when in front of a real keyboard.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebased and added that
|
@wesm thanks! the travis issue seems unrelated. |
|
@sbinet yes, the |
pitrou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1. Thanks for doing this @sbinet !
|
Just for my personal enlightenment: when |
|
Yep. Go builds really fast. :) |
|
The way I look at Go, it's Google's reaction to a decade of production C++ development. A lot of Google C++ best practices are reflected in the language itself, and the difference in compiler speed of course is a stark difference to large C++ projects |
needs #2193 Author: Sebastien Binet <binet@cern.ch> Closes #2203 from sbinet/issue-2780 and squashes the following commits: 59c71bb <Sebastien Binet> ARROW-2780: Run code coverage analysis
No description provided.