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: > > > Hi all, > > In

[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 Spar