Francois Saint-Jacques created ARROW-4694:
---------------------------------------------
Summary: [CI] detect-changes.py is inconsistent
Key: ARROW-4694
URL: https://issues.apache.org/jira/browse/ARROW-4694
Project: Apache Arrow
Issue Type: Bug
Components: Continuous Integration
Affects Versions: 0.12.1
Reporter: Francois Saint-Jacques
Some examples of pull-requests with wrong affected files:
- [pr-3762|https://github.com/apache/arrow/pull/3762/files] shouldn't
trigger [javascript|https://travis-ci.org/apache/arrow/jobs/498805479#L217]
- [pr-3767|https://github.com/apache/arrow/pull/3767/files] shouldn't affect
files found in [rust|https://travis-ci.org/apache/arrow/jobs/499122044] and
[javascript|https://travis-ci.org/apache/arrow/jobs/499122041#L217]
In
[get_travis_commit_range|https://github.com/apache/arrow/blob/master/ci/detect-changes.py#L63-L67]
, it references the following
[comment|https://github.com/travis-ci/travis-ci/issues/4596#issuecomment-139811122].
If read further down in the
[thread|https://github.com/travis-ci/travis-ci/issues/4596#issuecomment-434532772],
you'll note that it can go bonkers due to shallowness and commit of branch
creation. I'm not sure if this is the issue.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)