GitHub user orhankislal opened a pull request:
https://github.com/apache/madlib/pull/276
Feature/dev check
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/madlib/madlib feature/dev-check
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/276.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #276
----
commit 50a35b2e5799a5ddf6f4d23a7bca4566dbd1d05b
Author: Nandish Jayaram <njayaram@...>
Date: 2018-06-06T23:42:56Z
Madpack: Add dev-check and a compact install-check.
- The current install check is expensive since it runs various hyper param
permutations for all MADlib modules. This commits moves all of those
tests to dev-check, which can be used by developers for iterating
faster. We have now created watered down install-check for each module,
which just runs one hyper-param combination for each MADlib function,
and does not do any asserts.
- This commit also includes changes in madpack to add a new madpack
option for dev-check.
TODO:
- complete trimming install check for all modules.
- update documentation for developer consumption.
Co-authored-by: Arvind Sridhar <[email protected]>
commit d6c7834f73d00d0bd3ddf84af524ba08725a6244
Author: Arvind Sridhar <asridhar@...>
Date: 2018-06-07T21:51:47Z
Install-Check: Add new IC files for the lightweight testing
Co-authored-by: Orhan Kislal <[email protected]>
----
---