Re: Re: spark master - run-tests error

2015-12-03 Thread wei....@kaiyuandao.com
it works like a charm for me. thanks for the quick workaround From: Ted Yu Date: 2015-12-04 10:45 To: wei@kaiyuandao.com CC: user Subject: Re: spark master - run-tests error From dev/run-tests.py : def identify_changed_files_from_git_commits(patch_sha, target_branch=None, target_ref

spark master - run-tests error

2015-12-03 Thread wei....@kaiyuandao.com
hi, is there anyone knowing why I came to the following error when running tests after a successful full build? thanks [root@sandbox spark_git]# dev/run-tests ** File "./dev/run-tests.py", line 68, in

Re: spark master - run-tests error

2015-12-03 Thread Ted Yu
The commit on last line led to: commit 50a0496a43f09d70593419efc38587c8441843bf Author: Brennon York Date: Wed Jun 17 12:00:34 2015 -0700 When did you last update your workspace ? Cheers On Thu, Dec 3, 2015 at 6:09 PM, wei@kaiyuandao.com <

Re: Re: spark master - run-tests error

2015-12-03 Thread wei....@kaiyuandao.com
I was using the latest master branch. From: Ted Yu Date: 2015-12-04 10:14 To: wei@kaiyuandao.com CC: user Subject: Re: spark master - run-tests error The commit on last line led to: commit 50a0496a43f09d70593419efc38587c8441843bf Author: Brennon York <brennon.y...@capitalone.com>

Re: spark master - run-tests error

2015-12-03 Thread Ted Yu
>From dev/run-tests.py : def identify_changed_files_from_git_commits(patch_sha, target_branch=None, target_ref=None): """ Given a git commit and target ref, use the set of files changed in the diff in order to determine which modules' tests should be run. Looks like the script needs