Orhan Kislal created MADLIB-1247:
------------------------------------
Summary: Separate install-check for better testing
Key: MADLIB-1247
URL: https://issues.apache.org/jira/browse/MADLIB-1247
Project: Apache MADlib
Issue Type: Improvement
Reporter: Orhan Kislal
The install-check is a valuable tool for both developers and users to validate
the MADlib installation. In most cases, IC uses a small dataset to run the
MADlib functions and validate the results. While this works well for
developers, users on large clusters encounter failures because of these small
dataset sizes (i.e. table with 10 rows on a cluster with 64 segments). The
function should still work but testing for accuracy does not seem useful to me.
To solve this issue, we can separate the dual functionality of IC. Move the
existing tests to "dev-check" and create a very light-weight install-check that
calls the function but doesn't care about the assertion of results.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)