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 Spark installation. This is why Jenkins DOES NOT test
any of our Python wrappers and new PRs could potentially break the Python
wrappers. I wanted to know if anyone has objection to enable the Python
tests by default.

Please note, we will have to download the appropriate Spark version on
Jenkins (or on any dev machine which runs the integration tests) and set
SPARK_HOME environment variable.

Thanks,

Niketan Pansare
IBM Almaden Research Center
E-mail: npansar At us.ibm.com
http://researcher.watson.ibm.com/researcher/view.php?person=us-npansar

Reply via email to