Pull Request Reviews

2017-02-03 Thread Deron Eriksson
Hi, Reviewing pull requests is a great way to contribute to the success of SystemML. If you are involved in any way with SystemML, please consider reviewing pull requests. Everyone can review pull requests, and it is a great way to gain experience with the project. Thanks! Deron Username PRs

Build failed in Jenkins: SystemML-DailyTest #789

2017-02-03 Thread jenkins
See Changes: [Deron Eriksson] [MINOR] Update doc version to match project version -- [...truncated 9405 lines...] 17/02/03 16:10:38 INFO scheduler.DAGScheduler: running: Set()

Re: [DISCUSS] Enable Python Tests on Jenkins

2017-02-03 Thread Matthias Boehm
this is fine, but please make sure that it gets integrated into our existing testsuite which can be run through maven or junit. Regards, Matthias On 2/3/2017 9:10 PM, Deron Eriksson wrote: +1 for enabling the Python tests in the test suite. Since we use multiple languages and it's not always

Re: [DISCUSS] Enable Python Tests on Jenkins

2017-02-03 Thread Deron Eriksson
+1 for enabling the Python tests in the test suite. Since we use multiple languages and it's not always easy to catch when Java changes break Python that depends on it, I think this would be extremely valuable. Deron On Fri, Feb 3, 2017 at 11:49 AM, Niketan Pansare wrote:

[DISCUSS] Enable Python Tests on Jenkins

2017-02-03 Thread Niketan Pansare
Hi all, In our master branch, we have a unit test org.apache.sysml.test.integration.functions.python.PythonTestRunner, that tests our python wrappers. However, we have explicitly disabled it via a flag RUN_PYTHON_TEST in that class. This is because the python tests have a hard dependency on